lyria-template
v0.2.6
Published
Lyria Project Template ====================== [![Build Status](https://travis-ci.org/freezedev/lyria-template.png?branch=master)](https://travis-ci.org/freezedev/lyria-template) [![Dependency Status](https://david-dm.org/freezedev/lyria-template.png)](https://david-dm.org/freezedev/lyria-template) [![devDependency Status](https://david-dm.org/freezedev/lyria-template/dev-status.png)](https://david-dm.org/freezedev/lyria-template#info=devDependencies)
Downloads
5
Readme
Lyria Project Template
Dependencies
- Handlebars Runtime (default templating engine of Lyria)
- Require.JS or any other AMD loader (Lyria uses with Almond.JS by default)
- Modernizr (Optional, but included by default)
- Detectr
Features
- Preparing assets (scenes and prefabs)
- Source map support for assets and JavaScript files
Developer dependencies
- Grunt
- Handlebars
- Stylus (Lyria bundles Stylus, but any other CSS preprocessor can be used as well)
Getting started
Prerequisites:
Node.js 0.10 or higher needs to be installed
Go ahead and download the latest template version.
Navigate into the folder where extracted the template and run npm install
.
Using the lyria template:
grunt
: Same asgrunt development
grunt development
: Builds the current projectgrunt production
: Builds the current project, minifies everything and places it in thebuilds
foldergrunt deploy
: Does a production builds and makes a package out of it