Fixing a few things.
This commit is contained in:
parent
3a47d709e9
commit
059b0ba799
4
.bowerrc
4
.bowerrc
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"directory": "vendor/bower_components",
|
"directory": "vendor/bower_components",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "gulp publish"
|
"postinstall": "gulp publish"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Laravel Framework",
|
"name": "Laravel Application",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap-sass-official": "~3.3.1"
|
"bootstrap-sass-official": "~3.3.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,4 +15,4 @@ elixir(function(mix) {
|
||||||
mix.sass("bootstrap.scss")
|
mix.sass("bootstrap.scss")
|
||||||
.phpUnit()
|
.phpUnit()
|
||||||
.publish("vendor/bower_components");
|
.publish("vendor/bower_components");
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue