Custom AMD implementation


License
Other
Install
npm install nucleo-amd@0.4.6

Documentation

AMD

Custom AMD implementation

Build Status Bower version Code Climate Dependency Status devDependencies Status

Usage

Example file

Install

npm install
npm install -g grunt-cli

Tests

npm install -g testem
npm install -g phantomjs

grunt testing
// OR
testem // but testem is broken for the moment: cannot reload on file change

Build

grunt build:prod // the output can be found in bin/nucleo-amd.browser.js

Deploy

grunt deploy          // alias for grunt deploy:patch
grunt deploy:patch
grunt deploy:minor
grunt deploy:major

Authors

Versioning

This library follows Semantic Versioning

Want to help?

Please do! We are always looking to improve this framework. Please see our Contribution Guidelines on how to properly submit issues and pull requests.

AMD

Communication

  • If you need help, use Stack Overflow. (Tag 'nucleo-amd')
  • If you'd like to ask a general question, use Stack Overflow.
  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

MIT License

The MIT License (MIT)

Copyright (c) 2015 dobre robert marius

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.