hazanjon / grunt-sassas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grunt-sassas

Grunt plugin to take advantage of the SASSAS Direct Conversion API to remove the need to have SASS installed on the local machine

Getting Started

This plugin requires Grunt ~0.4.5

You may install this plugin with this command:

npm install grunt-sassas --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-sassas');

The "sassas" task

Overview

In your project's Gruntfile, add a section named sassas to the data object passed into grunt.initConfig().

grunt.initConfig({
  sassas: {
    dev: {
      files: {
        'css/main.css': 'scss/main.scss'
      }
    }
  },
});

About

License:MIT License


Languages

Language:JavaScript 81.4%Language:Erlang 13.7%Language:PHP 2.5%Language:CSS 2.4%