rafaelcaricio / gradient-parser

Parse CSS3 gradient definitions and build an AST object.
MIT License
62 stars 10 forks source link

Fix issue "undefined variable result" in built scripts as well #12

Closed pixelspark closed 3 years ago

pixelspark commented 3 years ago

This was fixed in https://github.com/rafaelcaricio/gradient-parser/pull/11, but the built scripts (build/*) were not updated accordingly. I basically cloned and ran 'grunt' on the repository to fix.