0.1.5 • Published 10 years ago

ember-cli-csssplit v0.1.5

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

Ember CLI CSS Split

Splits all *.css files with more than 4095 selectors into separate files.

If CSSS tree continues to run via ember serve, yet no CSS files have changed:

file changed adapters/application.js

Build successful - 3944ms.

Slowest Trees                  | Total
-------------------------------+----------------
CSSS                            | 1214ms

Select specific files using a glob pattern in your ember Brocfile.js:

var app = new EmberApp({
  csssplit: {
    files: ['myapp.css', 'themes/*.css']
  }
});

This will allow broccoli-caching-writer to skip processing unless the selected CSS files have changed.

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago