-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Put the URL with the Custom Build ID in the generated source files #9951
Comments
The customizer was supposed to output the build config to a Gist; don't know what happened with that... |
@cvrebert I believe it is, that is the gist ID referred to in the above customization URL. I'd just like files generated by that URL to reference it in some way. Once you have a few projects going, remembering which 7 digit number is which is tricky. |
I mean that we oughtta be hyperlinking to the actual Gist somewhere on the customizer page (post-generation) (but apparently aren't). |
Nice. But put the url in the css file? It would be better to generate a txt file with even more info. |
I second the motion.
*issue #9831 |
Yeah, I think including the JSON content in the .zip, as well as the URL in a comment in the output, would be swell. |
Here are my ideas for improvements:
I can do a patch for this. My thinking is that waiting for the potential server response to concatenate the customizer / Gist URLs to the relevant files would unnecessarily slow down and complicate the file output flow:
Additionally, behind an "include source and map for debugging" toggle, you could include a LESS file of the customized variables, the source LESS files, and a source map for the minified files (and maybe even inline comments in |
Any word on integrating the pull requests for this I posted three weeks ago? |
Thanks! What about #10632? |
The new site has the awesome customization screen, but unless you manage your bookmarks like a champ, there's no clear mapping between which custom builds on your system correspond to which URLs on the site. It would rock socks if the URL of the custom build was in the header comment in the generated source files.
For example, In bootstrap.css, you could have something like:
The text was updated successfully, but these errors were encountered: