-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove grunt #580
Remove grunt #580
Conversation
There is a bug in version 1.17.4 that causes the fakeServer to break.
@@ -0,0 +1,418 @@ | |||
/* Jison generated parser */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think you meant to check in this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did actually. As it exists on npm, jsonlint won't work with webpack. The library is small, so I copied it here and removed the offending code.
Current coverage is 73.12%@@ master #580 diff @@
==========================================
Files 82 82
Lines 7216 7216
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 5276 5276
Misses 1940 1940
Partials 0 0
|
LGTM. |
Farewell to Grunt 👏 |
This PR is mostly to remove grunt from the build process. As an alternative, a script builds all of the jade templates for the examples into html. Webpack is used to build all of the dependency into one main bundle that all of the examples use.
A few other changes are implemented here as well:
SELENIUM_TESTS
by default because it is needed for downloading data for the examples. I would like to use an alternative mechanism for this, but I'll do that in a different PR.