Skip to content

unclechu/liveify-stable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Stable fork of quarterto/liveify

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.1%
  • LiveScript 4.9%