You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+19-13Lines changed: 19 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The solution contained in this project with work with **NodeJS 4.x.x**. It is mo
24
24
25
25
## Overview
26
26
27
-
This package is a singple`devDependency` that bundles together a comprehensive solution for building **AngularJS 1.x** projects.
27
+
This package is a single`devDependency` that bundles together a comprehensive solution for building **AngularJS 1.x** projects.
28
28
29
29
It eliminates the need to specify multiple dependencies in your root project. Unfortunately following **npm 3.x** you will still get noise from your build-system in your `/node_modules`.
30
30
@@ -34,20 +34,26 @@ There are some structural [conventions](https://github.com//angularity/webpack-a
34
34
35
35
If you wish to build a similar system with different constraints, or for a platform other than **AngularJS 1.x**, you will find [webpack-multi-configurator](https://www.npmjs.com/package/webpack-multi-configurator) is where all the smarts are.
36
36
37
-
## Getting started
37
+
## Features
38
38
39
-
Please refer to the documentation:
39
+
Mix and match modes of operation
40
+
* Build any number of **compositions** per project
41
+
* Detect and build **unit tests**
42
+
* Release build of **compositions** with external cache manifest for long-term caching
0 commit comments