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

Latest commit

 

History

History
41 lines (26 loc) · 795 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 795 Bytes

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