Skip to content

Commit

Permalink
Remove Grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Feb 25, 2017
1 parent 74e306e commit d662e81
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 186 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Strophe.js Change Log

## Version 1.2.13 - Unreleased

* Use almond to create the build. This means that the build itself is an AMD
module and can be loaded via `require`.
* Remove Grunt as a build tool.

## Version 1.2.12 - 2017-01-15

* Reduce the priority of the SASL-EXTERNAL auth mechanism. OpenFire 4.1.1
Expand Down
166 changes: 0 additions & 166 deletions Gruntfile.js

This file was deleted.

1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
".*",
"release_checklist.txt",
"Makefile",
"Gruntfile.js",
"contrib",
"examples",
"tests"
Expand Down
22 changes: 3 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,9 @@
"main": "strophe.js",
"browser": "strophe.js",
"scripts": {
"lint": "grunt",
"build": "grunt",
"clean": "grunt clean",
"doc": "grunt doc",
"release": "grunt release"
"lint": "make jshint",
"clean": "make clean",
"doc": "make doc"
},
"engines": {
"browser": "*"
Expand All @@ -53,20 +51,6 @@
"devDependencies": {
"jshint": "^2.9.4",
"bower": "latest",
"grunt": "~1.0.1",
"grunt-cli": "~1.2.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-qunit": "^1.2.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-mkdir": "~1.0.0",
"grunt-natural-docs": "~1.0.1",
"grunt-shell": "~2.1.0",
"http-server": "^0.9.0",
"phantomjs": "~1.9.7-1",
"qunit-phantomjs-runner": "^2.1.0",
Expand Down

0 comments on commit d662e81

Please sign in to comment.