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

This commit is contained in:
Benoit Favreault
2015-03-12 22:08:06 -04:00
committed by Francis Lachapelle
parent 31bb97aaec
commit 9fc713dc5f

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']);
};