-
Notifications
You must be signed in to change notification settings - Fork 308
pipeline assets #1077
Comments
I'd like to try this with simplates at |
some code at AspenWeb/pando.py#112 |
In addition to concatenating and minimizing CSS on the fly, we should scss compile the CSS on the fly as well. (I assume the compilation will only be redone when one of the relevant source files changes.) |
See also: https://github.com/gears/gears. |
Was the intention of this ticket to combine all css and js? Because in the current situation that is not the case (we have chosen.css, reset.css and gittip.css on each page - from what I was able to find). Shall we reopen this one or create a new one? Minimizing the number of http requests is #1 optimization. |
@zwn New ticket plz. |
js and css should be concatenated, minified, and served from a CDN (#866)
The text was updated successfully, but these errors were encountered: