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
If the url(..) is a directory the task fails
Some packages using artificial contents in css-classes to pass info to JavaScript
Eg. leaflet using
.leaflet-default-icon-path {
background-image: url(images/);
}
Proposal:
Try using grunt.file.isFile instead of grunt.file.exists to test for file existing
The text was updated successfully, but these errors were encountered:
If the url(..) is a directory the task fails
Some packages using artificial contents in css-classes to pass info to JavaScript
Eg. leaflet using
.leaflet-default-icon-path {
background-image: url(images/);
}
Proposal:
Try using grunt.file.isFile instead of grunt.file.exists to test for file existing
The text was updated successfully, but these errors were encountered: