Skip to content

Commit

Permalink
Removed gulpfile and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yemi committed Mar 23, 2016
1 parent 8fb394b commit 9fbe721
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 60 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ impressor(image, sizes, function (images) {
```
$ npm install
$ bower install
$ gulp
$ npm run bundle
```
58 changes: 0 additions & 58 deletions gulpfile.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

"scripts": {
"psc-bundle": "pulp build --main \"Impressor\" --optimise --skip-entry-point > js/impressorPscBundle.js && echo \"module.exports = PS;\" >> js/impressorPscBundle.js",
"bundle": "npm run psc-bundle && ./node_modules/.bin/webpack --progress --colors"
"bundle": "npm run psc-bundle && ./node_modules/.bin/webpack --progress --colors",
},

"devDependencies": {
Expand Down

0 comments on commit 9fbe721

Please sign in to comment.