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
when i run gulp task with dev-release in development environment as :
gulp dev-release,
only the css file paths are replaced ,the js file paths are not replaced, which bothers me a lot.
And finally, i solve it by merging 'dev-css-replace' and 'dev-js-replace' tasks into one gulp task 'dev-static-replace' like this:
when i run gulp task with dev-release in development environment as :
gulp dev-release
,only the css file paths are replaced ,the js file paths are not replaced, which bothers me a lot.
And finally, i solve it by merging 'dev-css-replace' and 'dev-js-replace' tasks into one gulp task 'dev-static-replace' like this:
and, change the 'dev-release' task into :
and it works!both the js and css file paths are replaced with the prefix 'lib/'
The text was updated successfully, but these errors were encountered: