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
As I cannot rescue new revved filename and get it automatically replaced in my code snippet, I would like to avoid these files revving.
This use case would also suits for Modernizr.load() method.
Or is there any other way to achieve this?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Don't know if the best approach is to create a new attribute to add exception files but here is my scenario:
I'm using Yo and Bower along with Grunt
I'm building a mobile first project and through the following code snippet I load the JS lib:
I've also configured Gruntfile to place these files directly from Bower components to my "assets/js/vendor" folder.
As I cannot rescue new revved filename and get it automatically replaced in my code snippet, I would like to avoid these files revving.
This use case would also suits for
Modernizr.load()
method.Or is there any other way to achieve this?
Thanks in advance.
The text was updated successfully, but these errors were encountered: