Sha256: d9e7d3c180b04551fc78046e55a1f88a42d2bf7d1233432e28067e07545feb80

Contents?: true

Size: 537 Bytes

Versions: 13

Compression:

Stored size: 537 Bytes

Contents

<h2>Precompile Cytoplasm's Dynamic CSS</h2>
<p>This will save your current dynamic CSS settings to a minified CSS file at public/css/cytoplasm-styles.css.  Use this once you're satisfied with the layout you've created to eliminate preprocessing and speed up loading times.</p>
<button id="go_button" class="cytoButton large">Precompile Dynamic CSS!</button>

<script type="text/javascript">
(function($){
	$.Cytoplasm("ready",function(){
		$('#go_button').click(function(e){
			$.Cytoplasm("saveStyles");
		});
	});
})(jQuery);
</script>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
cytoplasm-0.4.5 app/views/cytoplasm/performance/precompile.html.erb
cytoplasm-0.4.4 app/views/cytoplasm/performance/precompile.html.erb
cytoplasm-0.4.3 app/views/cytoplasm/performance/precompile.html.erb
cytoplasm-0.4.2 app/views/cytoplasm/performance/precompile.html.erb
cytoplasm-0.4.1 app/views/cytoplasm/performance/precompile.html.erb
cytoplasm-0.4.0 app/views/cytoplasm/performance/precompile.html.erb
cytoplasm-0.3.9 app/views/cytoplasm/performance/precompile.html.erb
cytoplasm-0.3.8 app/views/cytoplasm/performance/precompile.html.erb
cytoplasm-0.3.7 app/views/cytoplasm/performance/precompile.html.erb
cytoplasm-0.3.6 app/views/cytoplasm/performance/precompile.html.erb
cytoplasm-0.3.5 app/views/cytoplasm/settings/precompile.html.erb
cytoplasm-0.3.4 app/views/cytoplasm/settings/precompile.html.erb
cytoplasm-0.3.3 app/views/cytoplasm/settings/precompile.html.erb