Skip to content

Commit

Permalink
doc(readme): update badges and links
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed May 3, 2016
1 parent 2faeedc commit 2c9be0d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# aurelia-webpack-plugin

[![npm Version](https://img.shields.io/npm/v/aurelia-webpack-plugin.svg)](https://www.npmjs.com/package/aurelia-webpack-plugin)
[![ZenHub](https://raw.githubusercontent.com/ZenHubIO/support/master/zenhub-badge.png)](https://zenhub.io)
[![Join the chat at https://gitter.im/aurelia/discuss](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/aurelia/discuss?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

This library is part of the [Aurelia](http://www.aurelia.io/) platform and contains a Webpack plugin designed to enable proper Webpack bundling.

> To keep up to date on [Aurelia](http://www.aurelia.io/), please visit and subscribe to [the official blog](http://blog.durandal.io/). If you have questions, we invite you to [join us on Gitter](https://gitter.im/aurelia/discuss). If you would like to have deeper insight into our development process, please install the [ZenHub](https://zenhub.io) Chrome Extension and visit any of our repository's boards. You can get an overview of all Aurelia work by visiting [the framework board](https://github.com/aurelia/framework#boards).
> To keep up to date on [Aurelia](http://www.aurelia.io/), please visit and subscribe to [the official blog](http://blog.durandal.io/) and [our email list](http://durandal.us10.list-manage1.com/subscribe?u=dae7661a3872ee02b519f6f29&id=3de6801ccc). We also invite you to [follow us on twitter](https://twitter.com/aureliaeffect). If you have questions, please [join our community on Gitter](https://gitter.im/aurelia/discuss). If you would like to have deeper insight into our development process, please install the [ZenHub](https://zenhub.io) Chrome or Firefox Extension and visit any of our repository's boards. You can get an overview of all Aurelia work by visiting [the framework board](https://github.com/aurelia/framework#boards).
## Installation

Expand Down Expand Up @@ -54,13 +55,13 @@ new AureliaWebpackPlugin({
{ moduleId: 'my-aurelia-plugin', include: /optional_regex/, exclude: /optional_regex/ }
]
})
```
```

Every module that needs extra files to be included is represented by one object in the array.
Every module that needs extra files to be included is represented by one object in the array.
The *moduleId* field is required and the *include* and *exclude* fields are optional.

> **Note**: internally, the includeSubModules feature is also used to resolve Aurelia's submodules in
aurelia-templating-resources and aurelia-templating-router.
aurelia-templating-resources and aurelia-templating-router.

*contextMap*

Expand Down Expand Up @@ -119,4 +120,4 @@ var webpackConfig = {
})
]
}
```
```

0 comments on commit 2c9be0d

Please sign in to comment.