Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Commit fbf7310

Browse files
committed
readme
1 parent 2b83f56 commit fbf7310

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,19 @@ Makes webpack aware of AngularJS modules.
55
## Getting Started
66
This project is just getting off the ground.
77

8+
It is at the stage now where you can use it to get angular apps webpacked without needing `require()` in your code, but it does it by trying to map between angular module names and file names. The conventions for doing this are various, so it will not fit all cases. Please submit an issue on github if it isn't working for your modules and I'll try to iron out the wrinkles over time.
9+
10+
To see it in action, I've [forked the angular-seed project](https://github.com/stackfull/angular-seed)
11+
812

913
## Release History
10-
_(Nothing yet)_
14+
15+
#### 0.0.1 - 22 Apr 2014
16+
First release
17+
18+
#### 0.0.2 - 28 July 2014
19+
Working well enough to build the angular-seed project.
20+
1121

1222
## License
1323
Copyright (c) 2014 Paul Thomas. Licensed under the MIT license.

0 commit comments

Comments
 (0)