Closed alexmick closed 8 years ago
When writing the grunt plugin for this library I ran into some issues with file writing. Switching to the more robust writeFileSync did the trick.
writeFileSync
Also rebuilt the build files for changes from this and #27
build
Nice one :+1:
@alexmick you have push access now to this repo, happy for you to push directly to master. Any big changes please let me know via an issue. Great job with the PR's and the grunt plugin.
When writing the grunt plugin for this library I ran into some issues with file writing. Switching to the more robust
writeFileSync
did the trick.Also rebuilt the
build
files for changes from this and #27