All Projects → appedemic → livescript-loader

appedemic / livescript-loader

Licence: other
livescript loader for webpack

Programming Languages

livescript
113 projects

LiveScript loader for webpack

Usage

var exportsOfFile = require("livescript!./file.ls");
// => return exports of executed and compiled file.ls

Don't forget to polyfill require if you want to use it in node. See webpack documentation.

License

MIT (http://www.opensource.org/licenses/mit-license.php)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].