Skip to content

Commit

Permalink
Uglified builds are in tmp/build (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Apr 27, 2018
1 parent ff360c8 commit 92657dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grunt/uglify.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ module.exports = {
},
release: {
files: {
"build/gpf.js": ["build/gpf-release.js"]
"build/gpf.js": ["tmp/build/gpf.js"]
}
},
flavor: {
files: {
"build/gpf-<%= grunt.task.current.args[0] %>.js": ["build/gpf-flavor-<%= grunt.task.current.args[0] %>.js"]
"build/gpf-<%= grunt.task.current.args[0] %>.js": ["tmp/build/gpf-<%= grunt.task.current.args[0] %>.js"]
}
}
};

0 comments on commit 92657dc

Please sign in to comment.