Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #31 from Nickersoft/no-gulp
Browse files Browse the repository at this point in the history
Replaced gulp with yuicompressor and added npm build script
  • Loading branch information
Nickersoft committed May 21, 2016
2 parents d8604d1 + 8731d58 commit 3020881
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 48 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "push.js",
"version": "0.0.4",
"description": "A compact, cross-browser solution for the Javascript Notifications API",
"main": "dist/push.js",
"main": "push.js",
"authors": [
"Tyler Nickerson"
],
Expand All @@ -18,7 +19,6 @@
"bower_components",
"test",
"/*.json",
"/*.js"
],
"version": "0.0.4"
"karma.*"
]
}
34 changes: 0 additions & 34 deletions gulpfile.js

This file was deleted.

14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"name": "push.js",
"version": "0.0.4",
"description": "A compact, cross-browser solution for the Javascript Notifications API",
"main": "dist/push.js",
"main": "push.js",
"scripts": {
"prepublish": "gulp build"
"build": "node_modules/.bin/yuicompressor push.js -o push.min.js",
"test": "node_modules/.bin/karma start",
"prepublish": "npm build"
},
"files": [
"bin",
"test",
"*.js",
"*.html",
Expand All @@ -24,17 +25,12 @@
},
"homepage": "https://github.com/Nickersoft/push.js",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.8",
"karma-mocha-reporter": "^1.3.0",
"path": "^0.12.7"
"yuicompressor": "^2.4.8"
}
}
2 changes: 1 addition & 1 deletion push.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*!
* push.js
* =======
* A compact, cross-browser solution for Javascript desktop notifications
Expand Down
37 changes: 37 additions & 0 deletions push.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3020881

Please sign in to comment.