move bourbon to node_modules

This commit is contained in:
Keegan
2016-02-09 17:20:44 -08:00
parent 130078709d
commit 95bcf3e019
89 changed files with 49 additions and 3072 deletions
+19 -1
View File
@@ -17,9 +17,27 @@ module.exports = function(config) {
transform: [
[
'stringify',
{ extensions: ['.html', '.tpl'] }
{
global: true,
extensions: ['.html', '.tpl']
}
],
'deamdify',
[
'sassify',
{
global: true,
base64Encode: false,
sourceMap: false,
sourceMapEmbed: false,
sourceMapContents: false,
outputStyle: 'compact',
includePaths: [].concat(
require('bourbon').includePaths,
'src/styles'
)
}
],
[
'browserify-istanbul',
{