openh2labs / elastic-erga

A toolkit for elastic search.
MIT License
1 stars 2 forks source link

Optimise JS Asset loading: Move Javascript Assets to resourses/assets/js #8

Closed dance-cmdr closed 8 years ago

dance-cmdr commented 8 years ago

We should move JS assets to resourses/assets/js and build js in one single file in public/js instead.

I'm investigating on how possible is to use the existing gulpfile.js and pachage.json. It might worth investigating using bower.

We will start with merging and we will minify later, as I prefer to minify in production environment only (I usually do 2 a vendor.js and a app.js for caching purposes)

Acceptance Criteria