Giter Site home page Giter Site logo

devtools-live-sass-unpack's Introduction

Sass Unpack

Sass Unpack cut a sass project in multiple css files

Install

Install with npm

npm install --save-dev sass-unpack

Usage

Usage as a Node library:

var fs = require('fs'),
	path = require('path'),
	paths  = require('./paths');

var SassUnpack = require('sass-unpack');

var Package = new SassUnpack({
		src : paths.build.css
});

var map = Package.unpackTo({
		dest :paths.build.dest
});

fs.writeFileSync(path.resolve(paths.build.dir) + '/href.json', JSON.stringify(map.href));

fs.writeFileSync(path.resolve(paths.build.dir) + '/sass.json',JSON.stringify(map.sass) );

Usage as a command line tool:

$ sassunpack --help
Usage: sassunpack -f <file> [options]

Options:
	-d, --destination  Path to save the output ( map.json + href.json + files)
					[défaut: "/Volumes/WORKSPACE/Dropbox/www/dev/project/photobox/studio"]
	-f, --file         File to unpack                                     [requis]
	-n, --name         Output directory name                       [défaut: "dev"]
	-v, --verbose      Debug                                       [défaut: false]

Exemples:
	sassunpack -f foo.scss  Cut a sass project in multiple css files

Authors

Steed Monteiro.

License

BSD

devtools-live-sass-unpack's People

Contributors

steedmonteiro avatar

Watchers

 avatar  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.