X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/599a111c528aa926aafaf5eb46493042efd1a61b..2d12fb568fae49d7684c7d1d70b58263a4b2ede5:/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