🔧 return to linked stylesheet

This commit is contained in:
Joshua Seigler 2017-02-17 00:32:25 -05:00
parent 0fcd4fcc8e
commit 55b578498c
8 changed files with 14 additions and 164 deletions

View file

@ -33,8 +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/layouts/partials/generated/',
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/'
};