firstandthird / load-grunt-config

Grunt plugin that lets you break up your Gruntfile config by task
firstandthird.github.io/load-grunt-config/
MIT License
374 stars 64 forks source link

load js-yaml full schema support to allow regexp #97

Closed itkoren closed 9 years ago

jgallen23 commented 9 years ago

whats the use case for this?

itkoren commented 9 years ago

There are grunt plugins which supports regexp options like grunt-string-replace plugin. In order to support these, when working with js-yaml, the files should be safe loaded with full schema support

jbender commented 9 years ago

:+1:

jgallen23 commented 9 years ago

I ended up having to revert this because it broke tests. If you can fix the tests, I'll accept this again