liveify-stable
v2.0.0
Published
Stable fork of quarterto/liveify that uses LiveScript by peerDependencies
Downloads
5
Maintainers
Readme
liveify-stable
Browserify transform for LiveScript.
It's a fork of liveify.
About this fork
This fork uses livescript
by peerDependencies
, that means your application must provide livescript
package instead of liveify
. The reason is that livescript
doesn't follow semver, and can brake backward compatibility in any next release, but original package liveify
doesn't using fixed version of livescript
. You can read about correct solution here, but this solution is very uncomfortable for production. This fork just gets livescript
package from dependencies of your application (from parent package), and you can guarantee stability of your application by fixed version of livescript
.
This fork is created for use together with front-end-gulp-pattern package.
Install
With npm do:
npm install liveify-stable
License
MIT