🎉 inline CSS

This commit is contained in:
Joshua Seigler 2017-02-14 12:01:13 -05:00
parent f284888ffd
commit 733495800c
4 changed files with 155 additions and 3 deletions

View file

@ -33,7 +33,8 @@ var gulp = require('gulp'),
// Define source and destination paths
paths = {
src_less: 'src/themes/eos/styles/',
dest_css: 'src/themes/eos/static/css/',
// dest_css: 'src/themes/eos/static/css/',
dest_css: 'src/themes/eos/layouts/partials/generated/',
src_icons: 'src/themes/eos/icons/',
dest_icons: 'src/themes/eos/layouts/partials/generated/'
};