Skip to content

Commit

Permalink
build: remove obsolete build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Jul 11, 2021
1 parent ac43ca8 commit aab4a43
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 63 deletions.
31 changes: 0 additions & 31 deletions .jshintrc

This file was deleted.

22 changes: 0 additions & 22 deletions Gruntfile.js

This file was deleted.

4 changes: 0 additions & 4 deletions contributing.md
Expand Up @@ -13,7 +13,3 @@ Thanks for your help!
Pull Requests go into the branch **master**. The *gh-pages* branch is a presentation of the *master* branch at the last given release.

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.

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!


7 changes: 1 addition & 6 deletions package.json
Expand Up @@ -69,10 +69,5 @@
"LICENSE.txt"
]
}
],
"devDependencies": {
"jshint-stylish": "~0.1.5",
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0"
}
]
}

0 comments on commit aab4a43

Please sign in to comment.