Skip to content

Commit 1553209

Browse files
author
benholloway
committed
tweak docs
1 parent e8462d6 commit 1553209

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

readme.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The solution contained in this project with work with **NodeJS 4.x.x**. It is mo
2424

2525
## Overview
2626

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.
2828

2929
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`.
3030

@@ -34,20 +34,26 @@ There are some structural [conventions](https://github.com//angularity/webpack-a
3434

3535
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.
3636

37-
## Getting started
37+
## Features
3838

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
4043

41-
* [installation](https://github.com//angularity/webpack-angularity-solution/wiki/installation)
42-
* [conventions](https://github.com//angularity/webpack-angularity-solution/wiki/conventions)
43-
* [project setup](https://github.com//angularity/webpack-angularity-solution/wiki/project-setup)
44-
* [usage](https://github.com//angularity/webpack-angularity-solution/wiki/usage)
45-
* [troubleshooting](https://github.com//angularity/webpack-angularity-solution/wiki/troubleshooting)
44+
Compose
45+
* Automatically imports **Bower** components, but allows you to **fix broken packages**
46+
* Import **npm** components, with **babel** transpilation
4647

47-
## How it works
48+
Angular
49+
* Annotation of injectables pre-minification
50+
* Import **HTML** directly (no more template cache)
4851

49-
Please refer to the documentation:
52+
Compile
53+
* Develop with minified code, debug with impeccable source-maps
54+
* Import **SASS** and CSS directly, with URL re-writing of assets
55+
* Detect, optimise, and hash assets in image tags, icon links, in SASS and CSS
5056

51-
* [configuration](configuration) and the [options reference](options)
52-
* [extensibility](extensibility)
53-
* [how do I...?](how-do-i)
57+
## Documentation
58+
59+
Please refer to the [wiki](https://github.com//angularity/webpack-angularity-solution/wiki).

0 commit comments

Comments
 (0)