Add Bower
This commit is contained in:
parent
ccaa7b188f
commit
31798823c1
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"directory": "vendor/bower_components",
|
||||||
|
"scripts": {
|
||||||
|
"postinstall": "gulp publish"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"name": "Laravel Framework",
|
||||||
|
"dependencies": {
|
||||||
|
"bootstrap-sass-official": "~3.3.1"
|
||||||
|
}
|
||||||
|
}
|
|
@ -13,5 +13,6 @@ var elixir = require('laravel-elixir');
|
||||||
|
|
||||||
elixir(function(mix) {
|
elixir(function(mix) {
|
||||||
mix.sass("bootstrap.scss")
|
mix.sass("bootstrap.scss")
|
||||||
.phpUnit();
|
.phpUnit()
|
||||||
|
.publish("vendor/bower_components");
|
||||||
});
|
});
|
Loading…
Reference in New Issue