Skip to content

Commit

Permalink
Compile less after running npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcoMul committed Aug 15, 2015
1 parent 938f3e2 commit c39a8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ module.exports = function(grunt) {

grunt.registerTask('build', ['less', 'nodewebkit', 'copy:twister']);
grunt.registerTask('compile', ['less']);
grunt.registerTask('postinstall', ['auto_install']);
grunt.registerTask('postinstall', ['auto_install', 'less']);
};

0 comments on commit c39a8b3

Please sign in to comment.