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
Obviously if the string is static then gulp-rev-all detects the references just fine, however since stateCode is a variable and not computed till it executes, is there some way around this without changing the paths to be static? Any sort of static code analysis to be implemented?
Thank you
The text was updated successfully, but these errors were encountered:
Hi there,
Is there a way to support dynamic paths using this library?
Example we have this in our AngularJS routing file
...
return 'app/pages/state-info/state/' + stateCode + '/overview.html';
....
Obviously if the string is static then gulp-rev-all detects the references just fine, however since stateCode is a variable and not computed till it executes, is there some way around this without changing the paths to be static? Any sort of static code analysis to be implemented?
Thank you
The text was updated successfully, but these errors were encountered: