1.0.4 • Published 10 years ago

grunt-takana v1.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
10 years ago

grunt-takana

Live edit SCSS and CSS stylesheets

Grunt plugin for Takana. If you're not using grunt, head over to mechio/takana and follow the CLI instructions there.

Getting started

Install the plugin

npm install grunt-takana

Add this snippet to your Gruntfile

grunt.loadNpmTasks('grunt-takana');

Run takana from the root of your project folder

grunt takana

Add the JavaScript snippit to any page you want to live update:

<script type="text/javascript" src="http://localhost:48626/takana.js"></script>

Now just open the web page that you pasted the snippit into. Then open one of its stylesheets in Sublime and start live-editing!

Options

includePaths

Type: Array
Default: []

Import paths to include, the same option grunt-sass uses.

path

Type: String
Default: current working directory

Root project folder containing the stylesheets.

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.5.3

11 years ago

0.5.2

11 years ago

0.5.1

11 years ago

0.5.0

11 years ago

0.4.1

11 years ago

0.4.0

11 years ago

0.3.2

11 years ago

0.3.1

11 years ago

0.3.0

11 years ago

0.2.0

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago