Skip to content

Commit

Permalink
task to build release archive
Browse files Browse the repository at this point in the history
  • Loading branch information
oslego committed Jan 13, 2015
1 parent f1762ec commit 976c9da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ lib/css-shapes-editor/*
!lib/css-shapes-editor/README.md
!lib/css-shapes-editor/LICENSE.md
node_modules
chrome-css-shapes-editor.zip
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "background.js",
"scripts": {
"build:templates": "handlebars templates/*.handlebars -f js/templates.js",
"build": "npm run build:templates"
"build": "npm run build:templates",
"release": "zip -r chrome-css-shapes-editor.zip . --exclude *.git* node_modules\\* templates\\* update-shapes-editor-lib.sh screenshot.jpg README.md package.json"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 976c9da

Please sign in to comment.