Giter VIP home page Giter VIP logo

ember-cli-compass-compiler's Introduction

ember-cli-compass-compiler

This addon adds compass compiler for Ember CLI.

Installation

In your Ember CLI app (>= v0.0.37) run the following:

npm install --save-dev ember-cli-compass-compiler

Note: This addon will compile your .scss files, in addition to making Compass's libraries available to your project. This means you do not need additional broccoli libraries for compiling sass, such as broccoli-sass.

Be sure to remove all such libraries from your project when using ember-cli-compass-compiler.

Requirements

compass should be installed on your machine in order for this addon to work.

To install compass, run:

gem install compass

Usage

After installation everything should work automatically.

A file named appname.scss in your app/styles directory should be compiled into appname.css with ember build or ember serve commands.

To override default options of compass compiler, do the following in your Brocfile:

var app = new EmberApp({
  compassOptions: {
    outputStyle: 'expanded',
    require: ['sass-css-importer', 'susy']
  }
});

References

This work is built based on the gist by @wagenet.

Other

Still a work in progress, use at your own risk.

LICENSE

MIT

ember-cli-compass-compiler's People

Contributors

quaertym avatar lukemelia avatar gigr avatar akmiller78 avatar jgelens avatar samselikoff avatar

Watchers

Stefan Penner avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.