liveify-stable

2.0.0 • Public • Published

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

Package Sidebar

Install

npm i liveify-stable

Weekly Downloads

1

Version

2.0.0

License

MIT

Last publish

Collaborators

  • unclechu