Giter VIP home page Giter VIP logo

weaver's Introduction

Weaver.js

JS.ORG Build Status

Documentation

You can find the documentation and downloads on the project website.

If you're looking to get an old version of the library, you can build off the associated tag. We very strongly recommend you use the latest version. If you run into a bug on the latest version, report it on the issue tracker. We'll try to fix the bug as soon as possible, and we'll give you a snapshot build that includes the fix for you to use until the next official bugfix release.

Contributing to Weaver.js

Weaver.js is an open source project, and anyone interested is encouraged to contribute to Weaver.js. We gladly accept pull requests.

Build dependencies

Install npm and gulp. Of course, npm install before using gulp.

Build instructions

Run gulp in the console. The main targets are:

Building:

  • build : build the library
  • zip : build the release ZIP
  • clean : clean the build directory
  • dist : update the distribution JS for npm, bower, etc.

File references:

  • refs : update all refs
  • testrefs : update JS lib file refs in the tests page
  • testlist : update list of test JS files in tests page

Testing:

  • test : run the Mocha unit tests
  • lint : lint the JS sources via jshint
  • watch : update JS refs in HTML files (debug page, test page) automatically when JS files are added or deleted

Documentation:

  • docs : build the documentation template
  • docsmin : build the documentation template with all resources minified
  • docspub : build the documentation for publishing (ZIPs, JS refs, etc.)
  • docspush : push the built documentation to production

Release instructions

  1. Update the VERSION environment variable, e.g. export VERSION=1.2.3
  2. Confirm VERSION is picked up by gulp: gulp version
  3. Confirm JS files pass linting: gulp lint
  4. Confirm all tests passing: gulp test
  5. Build and publish the release: gulp publish

Tests

Mocha tests are found in the test directory. The tests can be run in the browser or they can be run via Node.js (gulp test).

weaver's People

Contributors

maxkfranz avatar indus avatar

Watchers

James Cloos avatar Tom Nguyen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.