Commit 059b0ba7 authored by Taylor Otwell's avatar Taylor Otwell

Fixing a few things.

parent 3a47d709
{ {
"directory": "vendor/bower_components", "directory": "vendor/bower_components",
"scripts": { "scripts": {
"postinstall": "gulp publish" "postinstall": "gulp publish"
} }
} }
\ No newline at end of file
{ {
"name": "Laravel Framework", "name": "Laravel Application",
"dependencies": { "dependencies": {
"bootstrap-sass-official": "~3.3.1" "bootstrap-sass-official": "~3.3.1"
} }
} }
\ No newline at end of file
...@@ -15,4 +15,4 @@ elixir(function(mix) { ...@@ -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");
}); });
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment