Skip to content

Commit

Permalink
compile js
Browse files Browse the repository at this point in the history
  • Loading branch information
webaware committed Feb 25, 2017
1 parent 4e19aca commit 0bca37d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Expand Up @@ -45,7 +45,8 @@ module.exports = function (grunt) {
uglify: {
build: {
options: {
preserveComments: /^!/
ASCIIOnly: true,
banner: "// <%= pkg.name %>\n// <%= pkg.homepage %>\n"
},
files: [{
expand: true,
Expand All @@ -69,6 +70,5 @@ module.exports = function (grunt) {
grunt.loadNpmTasks("grunt-contrib-uglify");

grunt.registerTask("release", ["clean","copy","compress"]);
grunt.registerTask("default", [ "jshint" ]);

};
4 changes: 3 additions & 1 deletion js/admin-update-v1.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions js/feed-admin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0bca37d

Please sign in to comment.