Chaning way to load cartoassets stylesheets

This commit is contained in:
Javier Álvarez Medina
2017-05-23 17:54:22 +02:00
parent bbf8a2ba82
commit 007b851962
47 changed files with 179 additions and 275 deletions

View File

@@ -7,7 +7,7 @@ module.exports = {
files: [{
expand: true,
src: [
'src/scss/**/*.scss'
'src/scss/entry.scss'
],
dest: '.tmp',
ext: '.css'