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
css inside dist/index.html should point to: //www.my-cdn-url.com/styles/main.css
js inside dist/index.html should point to: //www.my-cdn-url.com/scripts/main.js
when I run the above I get the error: Warning: Cannot read property 'start' of undefined Use --force to continue.
The text was updated successfully, but these errors were encountered:
Hey,
I may not have the plugin configured properly, so coming here for some advice.
My app directory is structured like so:
I need to have the reference to
dist/scripts/main.js
&dist/styles/main.css
inside ofdist/index.html
point to a CDN URL.Here is my grunt-cdn config:
css inside
dist/index.html
should point to://www.my-cdn-url.com/styles/main.css
js inside
dist/index.html
should point to://www.my-cdn-url.com/scripts/main.js
when I run the above I get the error:
Warning: Cannot read property 'start' of undefined Use --force to continue.
The text was updated successfully, but these errors were encountered: