Create a 'css' grunt task (sass + postcss)

pull/91/head
Benoit Favreault 2015-03-12 22:08:06 -04:00 committed by Francis Lachapelle
parent 31bb97aaec
commit 9fc713dc5f
1 changed files with 1 additions and 0 deletions

View File

@ -103,4 +103,5 @@ module.exports = function(grunt) {
});
grunt.task.registerTask('build', ['static', 'sass']);
grunt.task.registerTask('default', ['build','watch']);
grunt.task.registerTask('css', ['sass', 'postcss']);
};