Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

jschilli/ember-cli-bless

Repository files navigation

It's been a minute... No longer maintaining this so changing status to public archive...

Ember-cli-bless Build Status

Blesses css files using blesscss

Options for bless can be setup in your Brocfile.js

var app = new EmberApp({
  bless: {
    enabled: true,
    cacheBuster: true,
    compress: false,
    force: false,
    imports: true
    // log: true  }
});

Use in broccoli

var bless = require('ember-cli-bless').blessCss;

tree = bless(inputTree, options);

Installation

ember install:npm ember-cli-bless

Running Tests

  • npm test

About

Ember addon to bless css files with > 4095 selectors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published