include the LESS files in the dist folder
This commit is contained in:
parent
41e800cfe3
commit
0be75d69c6
@ -20,7 +20,7 @@ module.exports = function(grunt) {
|
|||||||
},
|
},
|
||||||
copy: {
|
copy: {
|
||||||
main: {
|
main: {
|
||||||
src: ['*.html', 'mail/**', 'img/**'],
|
src: ['*.html', 'mail/**', 'img/**', 'less/**'],
|
||||||
dest: 'dist/',
|
dest: 'dist/',
|
||||||
},
|
},
|
||||||
jquery: {
|
jquery: {
|
||||||
@ -105,7 +105,7 @@ module.exports = function(grunt) {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
copy: {
|
copy: {
|
||||||
files: ['*.html', 'mail/**', 'img/**'],
|
files: ['*.html', 'mail/**', 'img/**', 'less/**'],
|
||||||
tasks: ['copy'],
|
tasks: ['copy'],
|
||||||
options: {
|
options: {
|
||||||
spawn: false,
|
spawn: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user