Skip to content

Commit

Permalink
Updated dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Jan 26, 2016
1 parent ddb362d commit 1603c44
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ module.exports = function(grunt) {
concat: {
css: {
src: ['<%= builtDir %>/*.min.css'],
dest: '<%= builtDir %>/grapes.min.css'
dest: '<%= builtDir %>/css/grapes.min.css'
}
},

Expand Down Expand Up @@ -172,7 +172,7 @@ module.exports = function(grunt) {
},

clean: {
all: ["<%= builtDir %>/*", "!<%= builtDir %>/grapes.min.js", "!<%= builtDir %>/grapes.min.css"]
all: ["<%= builtDir %>/*", "!<%= builtDir %>/grapes.min.js", "!<%= builtDir %>/css"]
},

copy: {
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grapesjs",
"description": "Open source Web Template Editor",
"version": "0.0.5",
"version": "0.0.51",
"author": "Artur Arseniev",
"main": [
"dist/grapes.min.js",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion dist/grapes.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grapesjs",
"description": "Open source Web Template Editor",
"version": "0.0.5",
"version": "0.0.51",
"author": "Artur Arseniev",
"license": "BSD-3-Clause",
"dependencies": {
Expand Down

0 comments on commit 1603c44

Please sign in to comment.