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