diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-29 11:34:00 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:39 -0400 |
commit | a4869031e0fc8607d99d50765a297fede409ff28 (patch) | |
tree | 35c5baee217dbc6014683f80307bb834b6275a91 /package.json | |
parent | 10e2343e771bea91d87bb01d63d57adbc575032b (diff) | |
download | jquery-ui-a4869031e0fc8607d99d50765a297fede409ff28.tar.gz jquery-ui-a4869031e0fc8607d99d50765a297fede409ff28.zip |
Build: Add requirejs build task
This more closely emulates what you get from the builder in terms of file order
it also will error on any dependency issues.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index f4a5ee662..95ac38b92 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,7 @@ "grunt-contrib-csslint": "0.2.0", "grunt-contrib-jshint": "0.7.1", "grunt-contrib-qunit": "0.6.0", + "grunt-contrib-requirejs": "0.4.4", "grunt-contrib-uglify": "0.1.1", "grunt-esformatter": "0.2.0", "grunt-git-authors": "2.0.0", |