Beginning of styling

This commit is contained in:
Ben Ramey
2014-03-18 21:11:28 -05:00
parent ce4b9d4d50
commit 6bc21421eb
4 changed files with 34 additions and 6 deletions

View File

@@ -23,6 +23,7 @@ module.exports = function(grunt) {
pkg: grunt.file.readJSON('package.json'),
env: process.env,
cssFilesToInject: [
'linker/styles/bootstrap*.css',
'linker/**/*.css'
].map(function(path) {
return '.tmp/public/' + path;