-
Notifications
You must be signed in to change notification settings - Fork 9
Testing? CI? #5
Comments
The only thing I would add is |
@bmcminn I don't fully understand (I'm not really familiar with grunt, AFAIK it's just a build tool). I think we can surely incorporate rules to make the packages, but I'm really against storing generated stuff in a repo (it tends to make merges a pain). |
We would use |
I like this idea of Travis CI testing 👍 |
After #9, perhaps it's also something we could incorporate into a build script: generation of the TOC. |
@egeerardyn I've actually got a script that does this already, I'd just have to pluck the component out and incorporate it. |
Probable, we should set up some testing to avoid obvious errors such as malformed XML/JSON/YAML files.
This would be possible using https://github.com/idleberg/sublimetext-gruntfile.js which offers an approach that is well-suited for Travis CI such that this is basically an "import and forget" kind of feature.
What do you guys think?
The text was updated successfully, but these errors were encountered: