mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
This makes it consistent with non-lazy css resources, which were always being passed to the minifier.
6 lines
170 B
HTML
6 lines
170 B
HTML
<body>
|
|
<div class="production_css">Text for prod</div>
|
|
<div class="development_css">Text for devel</div>
|
|
<div class="minified_lazy">Text for imported</div>
|
|
</body>
|