Merge pull request #1041 from codedge/Bower-in-resource-folder

Move bower sources to resources/assets directory
This commit is contained in:
Hillel Coren 2016-08-17 10:23:03 +03:00 committed by GitHub
commit 1dddc6d103
3 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,3 @@
{ {
"directory": "./public/vendor" "directory": "./resources/assets/bower"
} }

1
.gitignore vendored
View File

@ -8,6 +8,7 @@
/public/build /public/build
/public/packages /public/packages
/public/vendor /public/vendor
/resources/assets/bower
/storage /storage
/bootstrap/compiled.php /bootstrap/compiled.php
/bootstrap/environment.php /bootstrap/environment.php

View File

@ -48,7 +48,7 @@ elixir.config.css.minifier.pluginOptions = {
* *
* @type {string} * @type {string}
*/ */
var bowerDir = 'public/vendor'; var bowerDir = 'resources/assets/bower';
elixir(function(mix) { elixir(function(mix) {