grunt-node-sass

3.0.0 • Public • Published

grunt-node-sass

Getting Started

npm install grunt-node-sass --save-dev

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

grunt.loadNpmTasks('grunt-node-sass');

Example:

sass: {
    dist: {
        src: 'source.scss',
        dest: 'build.css'
    }
},

Readme

Keywords

Package Sidebar

Install

npm i grunt-node-sass

Weekly Downloads

182

Version

3.0.0

License

MIT

Unpacked Size

2.35 kB

Total Files

3

Last publish

Collaborators

  • array07