From f608ffe7f8ea93cffcffeb709398a20e93924af2 Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Wed, 15 Jun 2016 12:52:32 +0200 Subject: [PATCH] Bump v0.2.1 --- README.md | 10 +++++----- bower.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 21e744301..5857a4fb5 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@

GrapesJS


-GrapesJS is a free and open source Web Template Builder which helps you building HTML templates to be used inside sites, newsletters or even mobile apps. -Mainly GrapesJS was designed to be used inside a [CMS] to speed up creation of dynamic templates. To better understand this concept check the image below +GrapesJS is a free and open source Web Template Builder which helps you building HTML templates to be used inside sites, newsletters and mobile apps. +Mainly GrapesJS was designed to be used inside a [CMS] to speed up a creation of dynamic templates. To better understand this concept check the image below

GrapesJS - Style Manager


-Generally any 'template system', that you can find in various applications like CMS, is composed by the **structure** (HTML), **style** (CSS) and **variables**, which are then replaced with other templates and contents on server-side and rendered on client. +Generally any 'template system', that you find in various applications like CMS, is composed by the **structure** (HTML), **style** (CSS) and **variables**, which are then replaced with other templates and contents on server-side and rendered on client. This demo shows an example of what is possible to achieve: http://grapesjs.com/demo.html @@ -78,12 +78,12 @@ If [Grunt](http://gruntjs.com/) is already installed globally you could change t ## Usage -JQuery is the only hard dependency so you have to include it before using GrapesJS. +JQuery is the only hard dependency so you have to include it before using GrapesJS ```html ``` -After that include scripts from GrapesJS with all your configurations and render it. +After that include scripts from GrapesJS with all your configurations ```html diff --git a/bower.json b/bower.json index ebbc87d3f..0caf302d4 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "grapesjs", "description": "Open source Web Template Editor", - "version": "0.1.10", + "version": "0.2.1", "author": "Artur Arseniev", "homepage": "http://grapesjs.com", "main": [ diff --git a/package.json b/package.json index 983ef4241..8789d3dfe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grapesjs", "description": "Open source Web Template Editor", - "version": "0.1.10", + "version": "0.2.1", "author": "Artur Arseniev", "license": "BSD-3-Clause", "homepage": "http://grapesjs.com",