Add Bower
This commit is contained in:
6
.bowerrc
Normal file
6
.bowerrc
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"directory": "vendor/bower_components",
|
||||
"scripts": {
|
||||
"postinstall": "gulp publish"
|
||||
}
|
||||
}
|
||||
6
bower.json
Normal file
6
bower.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "Laravel Framework",
|
||||
"dependencies": {
|
||||
"bootstrap-sass-official": "~3.3.1"
|
||||
}
|
||||
}
|
||||
@@ -12,6 +12,7 @@ var elixir = require('laravel-elixir');
|
||||
*/
|
||||
|
||||
elixir(function(mix) {
|
||||
mix.sass("bootstrap.scss")
|
||||
.phpUnit();
|
||||
});
|
||||
mix.sass("bootstrap.scss")
|
||||
.phpUnit()
|
||||
.publish("vendor/bower_components");
|
||||
});
|
||||
Reference in New Issue
Block a user