Permalink
Browse files

Build: Split up grunt file into individual modules

Also removes some old unused tasks and does a lot of general clean up
including changing most of the task aliases. In addition this splits
up travis runs and only builds and test demos once.

Closes gh-8058
  • Loading branch information...
1 parent c5b60d5 commit 25c0b785ff8bd65ea4633f70d9283976c9f28f3d @arschmitz arschmitz committed Apr 5, 2015
View
@@ -6,7 +6,6 @@
"expr": true,
"immed": true,
"noarg": true,
- "onevar": true,
"quotmark": "double",
"smarttabs": true,
"trailing": true,
View
@@ -11,9 +11,6 @@ before_script:
script: npm run-script ci
-after_script:
- - npm run-script demos
-
env:
- JQUERIES=1.8.3
- JQUERIES=1.11.1
Oops, something went wrong.

0 comments on commit 25c0b78

Please sign in to comment.