Beginning of styling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user