Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Grunt Build Deleting Assets #1588

Closed
abumere opened this issue Oct 21, 2016 · 1 comment
Closed

Grunt Build Deleting Assets #1588

abumere opened this issue Oct 21, 2016 · 1 comment

Comments

@abumere
Copy link

abumere commented Oct 21, 2016

I am working on trying to deploy my mean app to production. I understand that before doing that I need to run the 'grunt build' command to compile and minify the needed files.

When running that command I noticed my app wouldn't run after. It turns out that the 'grunt build' command is actually modifying my /config/default.js and taking things out.

Specifically it's removing any css references in client > lib > css that are URL's (I have urls to google fonts). It is also removing a reference to angular-jquery in client > lib> js

Is this expected behavior?

@hyperreality
Copy link
Contributor

We have stopped working on Grunt and have switched over to Gulp instead, please try using that.

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