A comprehensive showcase for the Mantri Dependency System.
git clone git@github.com:thanpolas/todoAppMantri.git
cd todoAppMantri
npm install
grunt server
Then point your browser to http://localhost:4242/
grunt deps
grunt build
The built file will be in the dist
folder.
grunt mantriInit
The task will create a copy of mantri.web.js
file and fail on mantriConf.json
file as it already exists.
Initial release by @tomdale.
Refactoring and maintenance by @stas.
Porting to mantri by @thanpolas