-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
362 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,46 @@ | ||
# Mantri + Ember.js • [TodoMVC](http://todomvc.com) | ||
# [Mantri][] • [ember.js][] • [TodoMVC][] | ||
|
||
|
||
## Alpha Alpha Alpha | ||
A comprehensive showcase for the [Mantri][] Dependency System. | ||
|
||
I am currently working on publishing everything. This repo contains a working solution, proof of concept, for the elegant Mantri dependency management system. | ||
## Get Started | ||
|
||
Follow the action in the [Mantri repo](https://github.com/thanpolas/mantri). | ||
```shell | ||
git clone [email protected]:thanpolas/todoAppMantri.git | ||
|
||
cd todoAppMantri | ||
``` | ||
|
||
### Launch Static Server | ||
|
||
```shell | ||
grunt server | ||
``` | ||
|
||
Then point your browser to http://localhost:4242/ | ||
|
||
### Try Mantri's Tasks | ||
|
||
#### Run Dependencies Generation | ||
|
||
```shell | ||
grunt deps | ||
``` | ||
|
||
#### Build The Application | ||
```shell | ||
grunt build | ||
``` | ||
The built file will be in the `dist` folder. | ||
|
||
|
||
#### The Init Task | ||
|
||
```shell | ||
grunt mantriInit | ||
``` | ||
|
||
The task will create a copy of `mantri.web.js` file and fail on `mantriConf.json` file as it already exists. | ||
|
||
|
||
## Credit | ||
|
@@ -16,3 +50,7 @@ Initial release by @tomdale. | |
Refactoring and maintenance by @stas. | ||
|
||
Porting to mantri by @thanpolas | ||
|
||
[ember.js]: http://emberjs.com/ "emberJS" | ||
[Mantri]: https://github.com/thanpolas/mantri "Mantri - Traditionaλ Dependency System" | ||
[TodoMVC]: http://todomvc.com "Todo MVC" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.