Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit f9fdb9a

Browse files
committed
chore(release): v0.1.1
1 parent a333d60 commit f9fdb9a

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,16 @@ It's equal to run separately:
166166
* `grunt karma:server` : giving you a Karma server to run tests (at [http://localhost:9876/](http://localhost:9876/) by default). You can force a test on this server with `grunt karma:unit:run`.
167167

168168
* `grunt watch` : will automatically test your code and build your demo. You can demo generation with `grunt build:gh-pages`.
169+
170+
171+
### Dist
172+
173+
This repo is using the [angular-ui/angular-ui-publisher](https://github.com/angular-ui/angular-ui-publisher).
174+
New tags will automatically trigger a new publication.
175+
To test is locally you can trigger a :
176+
177+
```sh
178+
grunt dist build:bower
179+
```
180+
181+
it will put the final files in the _'dist'_ folder and a sample of the bower tag output in the _'out/built/bower'_ folder.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-ace",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "This directive allows you to add ACE editor elements.",
55
"author": "https://github.com/angular-ui/ui-ace/graphs/contributors",
66
"license": "MIT",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"name": "angular-ui-ace",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"description": "This directive allows you to add ACE editor elements.",
66
"author": "https://github.com/angular-ui/ui-ace/graphs/contributors",
77
"license": "MIT",

0 commit comments

Comments
 (0)