Sha256: b52b2414095bee84170da5664247cdaad5cdae76c02ed1baf8d130b4b4aa0d0c
Contents?: true
Size: 958 Bytes
Versions: 54
Compression:
Stored size: 958 Bytes
Contents
[![Build Status](https://travis-ci.org/nutella-framework/nutella_lib.js.svg?branch=master)](https://travis-ci.org/nutella-framework/nutella_lib.js) # nutella library for node.js and the browser ## Installation For node.js projects do ``` npm install nutella_lib ``` For browser projects either: 1. `npm install nutella_lib` and then use [browserify](http://browserify.org/) OR 2. use the bundled `nutella_lib.js` in `dist` ## Building the project For developers working on the library. We are using gulp + browserify + watchify to continuously and incrementally build the library as we develop. **To contribute**: Clone the repo and `gulp bundle` inside the project directory. Every time you make a change to any of the files required by the library gulp will rebuild it. ## Releasing a new version For developers working on the library, to release a new version: - Update the version in the `package.json` - Publish to npm by doing `npm publish`
Version data entries
54 entries across 54 versions & 1 rubygems