From a517a3d1fab034d0498bc9456b56f50cd93dd9e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Lo=CC=88sken?= Date: Tue, 16 Aug 2016 22:59:40 +0200 Subject: [PATCH] Move bower sources to resources/assets directory --- .bowerrc | 2 +- .gitignore | 1 + gulpfile.js | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.bowerrc b/.bowerrc index 7694ad7822..069c83b7db 100644 --- a/.bowerrc +++ b/.bowerrc @@ -1,3 +1,3 @@ { - "directory": "./public/vendor" + "directory": "./resources/assets/bower" } \ No newline at end of file diff --git a/.gitignore b/.gitignore index 09e1dfee7b..f1594640bb 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ /public/build /public/packages /public/vendor +/resources/assets/bower /storage /bootstrap/compiled.php /bootstrap/environment.php diff --git a/gulpfile.js b/gulpfile.js index 626af76222..f5e8eb9012 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -48,7 +48,7 @@ elixir.config.css.minifier.pluginOptions = { * * @type {string} */ -var bowerDir = 'public/vendor'; +var bowerDir = 'resources/assets/bower'; elixir(function(mix) {