X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/aa8123dfafba46b530ad5295436074ac29684235..b6f093b37e3b4d72890f028f1d0d4285958c045e:/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