mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 22:04:23 +00:00
Improving gruntfile
This commit is contained in:
parent
9677e42c2d
commit
4c0ea2c3ff
@ -82,7 +82,7 @@ module.exports = function(grunt) {
|
||||
}
|
||||
]
|
||||
},
|
||||
chill_standard: { /* copy all files in chill standard */
|
||||
chill_standard: { /* copy all files in chill standard (done by app/console assets:install) */
|
||||
files: [
|
||||
{
|
||||
cwd: './public',
|
||||
@ -137,7 +137,7 @@ module.exports = function(grunt) {
|
||||
grunt.loadNpmTasks('grunt-contrib-watch');
|
||||
grunt.loadNpmTasks('grunt-contrib-clean');
|
||||
|
||||
grunt.registerTask('generatecss', [/*'clean:css',*/ 'copy:scratch', 'sass', 'copy:chill_standard']);
|
||||
grunt.registerTask('generatecss', [/*'clean:css',*/ 'copy:scratch', 'sass']);
|
||||
grunt.registerTask('dependencies', ['bower', 'copy']);
|
||||
grunt.registerTask('default', ['dependencies', 'generatecss']);
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user