Header and footer styles, rework homepage

This commit is contained in:
Ben Ramey
2014-03-31 21:36:39 -05:00
parent f60e4c1706
commit 763c33a5cb
9 changed files with 107 additions and 88 deletions

View File

@@ -11,7 +11,7 @@ module.exports = function(config) {
}, {
expand: true,
cwd: 'assets/linker/styles/',
src: ['*.less'],
src: ['app.less'],
dest: '.tmp/public/linker/styles/',
ext: '.css'
}]