mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
Debug : do not remove chill.js by grunt
This commit is contained in:
parent
a0fc2d06c7
commit
266b4163a0
@ -125,7 +125,7 @@ module.exports = function(grunt) {
|
||||
},
|
||||
clean: {
|
||||
/*css: ['<%= chill.folders.css %>*', '!<%= chill.folders.css %>sass/_custom.scss'], */
|
||||
js: ['<%= chill.folders.js %>*', '!<%= chill.folders.js %>/main.js'],
|
||||
js: ['<%= chill.folders.js %>/select2*', '<%= chill.folders.js %>/pikaday*', '<%= chill.folders.js %>/moment*', '<%= chill.folders.js %>/jquery*'],
|
||||
chill_standard: ['../../../../web/bundles/chillmain/'],
|
||||
bowerDir: ['<%= chill.folders.bower %>']
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user