Skip to content

Commit aab4a43

Browse files
committed
build: remove obsolete build tools
1 parent ac43ca8 commit aab4a43

File tree

4 files changed

+1
-63
lines changed

4 files changed

+1
-63
lines changed

.jshintrc

-31
This file was deleted.

Gruntfile.js

-22
This file was deleted.

contributing.md

-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,3 @@ Thanks for your help!
1313
Pull Requests go into the branch **master**. The *gh-pages* branch is a presentation of the *master* branch at the last given release.
1414

1515
Whenever you change code, make sure you run the test suite before sending a pull request. Please add tests for any features you add to the code base. We're using [QUnit](http://qunitjs.com/) for testing.
16-
17-
We're looking forward to splitting URI.js in several files, each dealing with a specific domain, to make the 1800 lines of code more bearable to work with. This will lead to using [Grunt](http://gruntjs.com/) to build a distributable version (and the removal of `build.html`). We're not sure when we'll get to this. If you want to pitch in, just holler!
18-
19-

package.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,5 @@
6969
"LICENSE.txt"
7070
]
7171
}
72-
],
73-
"devDependencies": {
74-
"jshint-stylish": "~0.1.5",
75-
"grunt": "~0.4.2",
76-
"grunt-contrib-jshint": "~0.8.0"
77-
}
72+
]
7873
}

0 commit comments

Comments
 (0)