Skip to content

Commit 5cdbd54

Browse files
Bernd FallertBFallert
authored andcommitted
add option without watch
1 parent 802c6a2 commit 5cdbd54

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Build/Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@ module.exports = function(grunt) {
5656

5757
grunt.file.setBase('../')
5858
grunt.registerTask('default', ['less','terser','watch']);
59+
grunt.registerTask('docker', ['less', 'terser']);
5960
};

0 commit comments

Comments
 (0)