freeCodeCampLondon / FCCLND

Portal for FCC London Campers
https://FreeCodeCampLondon.github.io/FCCLND/
MIT License
32 stars 16 forks source link

Remove Bower dependences in favour of NPM #56

Closed chris-alexander closed 8 years ago

chris-alexander commented 8 years ago

I have moved the Bower dependencies over to NPM dependencies and used the relevant require('package-name'); in the app's JS. I have also updated some gulp scripts to remove the bower specific stuff and change the way gulp serve-dist works. This also affects the deploy task:

gulp deploy now only compiles the app to a .publish folder and updates the gh-pages branch locally gulp deploy --push will compile and push to whichever remote is marked as 'origin' locally gulp deploy --production will push to the main repo