-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
YUI 3.13.0 - What happended to the /yui3/build/assets directory? #1322
Comments
Ping @jconniff. |
Thanks. In YUI 3.11.0, the |
Thanks @ezequiel. The assets folder did in fact exist in the build release of 3.12. Now we updated to 3.13 and are receiving 404 errors trying to find the sprite.png file. As you mentioned, I do in fact see the src\common\assets\skins\sam in 3.13. However I do not see a common folder OR an assets folder under the /build directory, and this is what we deploy to our server; not the /src directory. |
@glively I suspect the reason you are not finding the For example, here's the current CDN deployment, which includes all the correct files Via http://yui.yahooapis.com/3.13.0/build/assets/skins/sam/tabview.css
You can verify that sprite.png exists @ http://yui.yahooapis.com/3.13.0/build/assets/skins/sam/sprite.png. The reason this file disappeared from the CDN after 3.10.0 is because we did a cleanup of the FWIW, there's an open ticket against Grunt (yui/grunt-yui-contrib#5) to do a release verification against the As a resolution to your specific issue, please deploy builds from |
@derek Thank you for your feedback. I didn't use any particular build method myself. I just downloaded the latest YUI3 3.13.0 code from the YUI3 download site (https://github.com/yui/yui3/releases), unzipped it, grabbed the contents of the build folder and copied it do our dev server into a yui3-13.0 folder. Thank you |
Oops, I think you downloaded the wrong zip file. Here's the one containing a deployable build directory: http://yui.zenfs.com/releases/yui3/yui_3.13.0.zip |
You are correct! Thank you. |
resolved |
YUI 3.13.0 - What happened to the /yui3/build/assets directory? This folder existed in previous YUI3 releases, but not 3.13.0. I do not see any mention of this in the release notes.
After updating our DEV site to use 3.13.0, we're seeing 404 errors when a YUI widget tries to access "assets/skins/sam/sprite.png".
The issue appears to come from the tabview.css file located in yui\build\tabview\assets\skins\sam
The text was updated successfully, but these errors were encountered: