Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Pulges committed Oct 20, 2015
1 parent 21798d6 commit 5cd2946
Show file tree
Hide file tree
Showing 9 changed files with 4,577 additions and 403 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.textile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
* wysihtml5x 0.5.0-beta14* (October 20, 2015)
* Adds editor.destroy() method
* Adds alignJustifyStyle command
* Adds IE Edge support
* Fixes issue of inserting ā in windows
* Fixes issue where wysihtml.js script has to be inside body (error if in head)
Expand Down
7 changes: 4 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@ The rich text editing interface is supported in IE8+, FF 29+, Safari 4+, Safari

## Development

wysihtml can be built using Grunt. Installation instructions for [Grunt can be found here](http://gruntjs.com/getting-started). Once you have it installed, wysihtml can be built by simply running
wysihtml can be initialized and built using node package manager:

grunt
npm install
npm run build

This builds both minified and development versions, including one with toolbar support.
This adds dependencies (first line) and builds both minified and development versions (second line), including one with toolbar support.

## Contributors

Expand Down
Loading

0 comments on commit 5cd2946

Please sign in to comment.