X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/aa8123dfafba46b530ad5295436074ac29684235..1d25d2c941f5ffdc6e0824724db9a34960dc5450:/Gruntfile.js diff --git a/Gruntfile.js b/Gruntfile.js index 5f66014..8b7469e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -35,5 +35,7 @@ module.exports = function(grunt) { grunt.loadNpmTasks('grunt-contrib-less'); grunt.loadNpmTasks('grunt-contrib-jshint'); - grunt.registerTask('default', ['requirejs']); + grunt.registerTask('build', ['requirejs', 'less:production']); + grunt.registerTask('lint', ['jshint']); + grunt.registerTask('default', ['build']); }; \ No newline at end of file