mirror of https://github.com/status-im/consul.git
cleanup
This commit is contained in:
parent
0b81dd467f
commit
25f6a723de
|
@ -28,7 +28,7 @@ module.exports = function(grunt) {
|
||||||
},
|
},
|
||||||
|
|
||||||
uglify: {
|
uglify: {
|
||||||
app: {
|
app: {
|
||||||
files: {
|
files: {
|
||||||
'javascripts/app/deploy/site.min.js': ['javascripts/app/deploy/site.js']
|
'javascripts/app/deploy/site.min.js': ['javascripts/app/deploy/site.js']
|
||||||
}
|
}
|
||||||
|
@ -58,11 +58,11 @@ module.exports = function(grunt) {
|
||||||
grunt.loadNpmTasks('grunt-contrib-watch');
|
grunt.loadNpmTasks('grunt-contrib-watch');
|
||||||
grunt.loadNpmTasks('grunt-recess');
|
grunt.loadNpmTasks('grunt-recess');
|
||||||
|
|
||||||
// JS distribution task.
|
// JS distribution task.
|
||||||
grunt.registerTask('dist-js', ['concat', 'uglify']);
|
grunt.registerTask('dist-js', ['concat', 'uglify']);
|
||||||
|
|
||||||
// Full distribution task.
|
// Full distribution task.
|
||||||
grunt.registerTask('dist', ['dist-js']);
|
grunt.registerTask('dist', ['dist-js']);
|
||||||
|
|
||||||
grunt.registerTask('default', ['watch']);
|
grunt.registerTask('default', ['watch']);
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue