GreenImp / laravel-foundation

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

Don't compile vendor JS into single directory #12

Closed GreenImp closed 6 years ago

GreenImp commented 9 years ago

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


It might be good to remove the uglify compiling of the vendor JS files into a single file.

The reason being that it could be confusing for users, if they add some of their own dependencies via bower, but are unaware of how they are compiled in the gruntfile. You could end up with cases where the user added packages are not included and don't get copied into the public directory, causing confusion.

Although it's a nice feature, it may be easier to remove it.

Instead, I propose one of the following:


GreenImp commented 9 years ago

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


Move bower directory and removes combining of JS files

Resolves issue #12