You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: