Skip to content

Commit

Permalink
fix build file order
Browse files Browse the repository at this point in the history
  • Loading branch information
archangel-irk committed Jul 24, 2016
1 parent 0be02c9 commit be5eab5
Show file tree
Hide file tree
Showing 3 changed files with 649 additions and 649 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = function(grunt) {
concat: {
dist: {
files: {
'dist/knockout-es5.js': ['src/knockout-es5.js', 'lib/weakmap.js'],
'dist/knockout-es5.js': ['lib/weakmap.js', 'src/knockout-es5.js'],
'dist/knockout-es5-clean.js': ['src/knockout-es5.js']
}
}
Expand Down
Loading

0 comments on commit be5eab5

Please sign in to comment.