GreenImp / laravel-foundation

NodeJS script for installing Laraval and Foundation as a package.
MIT License
0 stars 0 forks source link

Change Bower components directory #10

Closed GreenImp closed 6 years ago

GreenImp commented 9 years ago

Originally reported by: Lee Langley (Bitbucket: LeeLangleyRees, GitHub: Unknown)


The Bower components are currently stored in /public/assets/vendor. As part of issue #9, they should be moved to /public/vendor.


GreenImp commented 9 years ago

Original comment by Lee Langley (Bitbucket: LeeLangleyRees, GitHub: Unknown):


I've currently set this to /assets/vendor, so that they are stored alongside the dev files (eg. SCSS).

This is because, as part of the watch process, we compile all of the vendor JS files into a ingle minified file, stored at /public/js/vendor.min.js.

I've opened issue #12 regarding whether we should be doing this or not, so I'm closing this one.