kyukyukyu / dash-web

The AngularJS app part of Dash (https://github.com/kyukyukyu/dash).
MIT License
1 stars 0 forks source link

Remove <script> tags for Bootstrap JS code #1

Closed kyukyukyu closed 9 years ago

kyukyukyu commented 9 years ago

As UI Bootstrap is one of dependencies of this project, Bootstrap JS code does not need to be inserted into app/index.html. However, managing Bower dependencies using grunt-wiredep keeps inserting those code. To avoid this, dependency on bootstrap-sass package could be managed separately from Bower. Or the package could be forked to another repository with editing bower.json to not include JS files as its main files.

kyukyukyu commented 9 years ago

Oh, maybe we could use exclude option available in wiredep module.