weyland
v1.0.0
Published
Durandal's build optimizer.
Downloads
105
Maintainers
Readme
Weyland
Weyland is Durandal's build optimizer.
Features
- JS Linting
- JS Minification
- RequireJS Optimization
Usage
- Install NodeJS and NPM
- On the command line execute
npm install -g weyland
- Navigate into your web project and place a weyland-config file at the root.
- From your project directory execute
weyland build
Documentation
All the documentation is located on the official site, so have a look there for help on how to get started, read tutorials, view sample descriptions and peruse the module reference docs.
Community
Need help with something that the docs aren't providing an answer to? Visit our google group and join in the conversation.
License
The MIT License
Copyright (c) 2012 Blue Spire Consulting, Inc.
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.