Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 92a414e

Browse files
author
Marco Rinck
committed
Merge remote-tracking branch 'origin/master'
2 parents 2a12950 + 75131ae commit 92a414e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#ngStart [![Dependency Status](https://gemnasium.com/marcorinck/angular-template-project.png)](https://gemnasium.com/marcorinck/angular-template-project)
1+
#ngStart [![Dependency Status](https://gemnasium.com/marcorinck/ngStart.png)](https://gemnasium.com/marcorinck/ngStart)
22

33
This project is a grunt project. You need a running [grunt](http://gruntjs.com/), [nodeJS](http://nodejs.org/) and
44
[bower](https://github.com/bower/bower) installation.
@@ -17,8 +17,8 @@ Done.
1717
##Features
1818

1919
This project is a skeleton to use for new angular projects. It works out of the box without changes and contains
20-
all the boiler plate code to setup a new project. It contains hooks for your production code, unit tests,
21-
deployment, module loading and much more.
20+
all the boiler plate code to setup a new project and two example pages. It contains hooks for your production code,
21+
unit tests, deployment, module loading and much more.
2222

2323
The following libraries are used:
2424

@@ -30,6 +30,7 @@ The following libraries are used:
3030
* [grunt-targethtml](https://github.com/changer/grunt-targethtml) (filtering of html files for deployment on production servers)
3131
* [grunt-data-uri](https://github.com/ahomu/grunt-data-uri) Embeds all referenced images in css files in the generated project css file, which is optimized by grunt
3232
* [karma](http://karma-runner.github.io/) (as a test runner for unit and ui tests)
33+
* [angular-translate](https://github.com/PascalPrecht/angular-translate) (for i18n)
3334

3435
###Differences to yeoman and angular-seed
3536
This project is very similar to [yeoman](http://yeoman.io/) or [angular-seed](https://github.com/angular/angular-seed).

0 commit comments

Comments
 (0)