Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

It's not clear from the docs where to put your own js #97

Closed
duncanjbrown opened this issue Aug 21, 2014 · 1 comment
Closed

It's not clear from the docs where to put your own js #97

duncanjbrown opened this issue Aug 21, 2014 · 1 comment

Comments

@duncanjbrown
Copy link

I was confused as to why my code kept getting wiped from app.js, then I realised there was a grunt task that was overwriting it.

There's currently no obvious place to put original script - bower_components/ surely isn't the right place for it. Would it make sense to update the Gruntfile to point to something like 'js/custom.js', even if only in the 'concat' phase?

@olefredrik
Copy link
Owner

Good input! Of course you are absolutely right, it is not clear in the documentation how to do this. I've added a custom js folder where you can put all your stuff. Everything you put in this folder will be minified and concatinated to app.js. See this commit for details: 363c9f3. Docs are updated as well: b86e79c

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants