mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-29 18:12:44 +00:00
Create a 'css' grunt task (sass + postcss)
This commit is contained in:
committed by
Francis Lachapelle
parent
31bb97aaec
commit
9fc713dc5f
@@ -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']);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user