-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug with built assets on Windows #1351
Comments
Hi, I'm new in Sage so you might be wait for another person to confirm but it seem to be the right way to correct that problem. Btw, sorry for my english. Best regards. |
i just cloned this repo, ran
@RainbowKpx modernizr is not being included in if you have further support questions please ask over on https://discourse.roots.io/ |
renamed title and reopened. relevant thread: https://discourse.roots.io/t/modernizr-added-to-dist-js-main-js-and-still-called-from-assets-php-as-dist-js-modernizr-js/2975 |
It seems this is an issue with asset-builder and windows. I am currently working on a patch over at: https://github.com/austinpray/asset-builder/tree/windoze I am also adding windows continuous integration to asset-builder to prevent windows regressions. |
Bumps asset-builder to 1.0.1 Closes roots#1351
This is a weird one, I have ran a build in gulp, ran a production etc however modernizr.js is not getting added to dist/scripts
The weird thing is that all modernizr classes get added to the body and modernizr is present on the page. Yet I get a 404 error on the asset request which is in the footer loaded before the jQuery CDN. And the asset is not present in theme folder.
I'm new to gulp but I haven't changed any configuration, am I missing something here?
The text was updated successfully, but these errors were encountered: