-
Notifications
You must be signed in to change notification settings - Fork 202
New Tokens for Concatenation #95
Comments
Anyone interested in how this is going to work should look at https://github.com/h5bp/ant-build-script/tree/new-token In addition to a new token, one that isn't quite as succinct as I would like, we're going to have the ability to wrap any set of tags in comments and pull out an attribute from them right now all it supports is: <!-- //-beg- concat_js -->
<script src="js/libs/jquery-1.8.0.js"></script>
<script src="js/libs/jquery-ui-1.8.20.custom.min.js"></script>
<!-- //-end- concat_js --> but... we'll be able to do something like: <!-- //-beg- concat_css -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<!-- //-end- concat_css --> and automatically concatenate CSS files in the same way we're doing the JS right now. |
Anything new here? |
Yes, as you can see the issue is closed. The documentation is here: https://github.com/h5bp/ant-build-script/wiki/How-to-bypass-the-automatic-script-concatenation |
Sorry, my question is about css concatenation, i cant find documentation for that. Thanks a lot |
Yes I'm tracking that in #138 |
Since we're no longer educating in the main project with the comments, we can move to something that's more obviously designed as a hook for the build process. Part of me just wants to use something obvious:
The rest of me wants ascii art:
The text was updated successfully, but these errors were encountered: