seomoz / zendesk-search

Search for tags and such in zendesk
MIT License
1 stars 0 forks source link

Treat external JS dependencies as assets #13

Closed dlecocq closed 10 years ago

dlecocq commented 10 years ago

We cannot simply glom together all of our dependencies into our own app.js because that causes linting to fail. The better alternative is to instead store them as assets (like we would images or css).