ExactTarget / fuelux-mctheme

Marketing Cloud Theme: Use Fuel UX 3 and Bootstrap 3 to create a user interface with the look & feel of existing Salesforce Marketing Cloud applications. View the latest at
http://fuelux-mctheme.herokuapp.com/
BSD 3-Clause "New" or "Revised" License
19 stars 21 forks source link

Remove bower postinstall script #477

Closed jacobroschen closed 5 years ago

jacobroschen commented 5 years ago

The postinstall script caused every repository that consumes fuelux-mctheme to perform a bower install. This was unnecessary and wasteful. To keep local setup easy, a "setup" script was added that will perform both npm install and bower install.

bohawi commented 5 years ago

For additional clarification, this could also break build agents which don't have bower installed.