gulp-livescript

v3.0.1
Compile livescript to JavaScript for Gulp
livescript gulp gulpplugin

build

lsc --no-header -b -c -o ./lib ./src/*

dev

mocha test/main.ls --require should --watch --compilers ls:livescript

dev_install

npm install && npm dedupe

test:cov

cross-env NODE_ENV=test istanbul cover _mocha --report lcov -- $npm_package_config_mocha

test:watch

npm test -- --watch

test

cross-env NODE_ENV=test mocha $npm_package_config_mocha

prerelease

npm run build && git add -A && git commit -m 'chore(lib): compile from src using lsc'

release

standard-version
npm i gulp-livescript

Metadata

  • MIT
  • Whatever
  • tomchentw
  • released 5/31/2016

Downloads

Maintainers