thabti / react-native-css

Style React-Native components with css
MIT License
769 stars 66 forks source link

Use writeFileSync and rebuild #28

Closed alexmick closed 8 years ago

alexmick commented 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.

Also rebuilt the build files for changes from this and #27

thabti commented 8 years ago

Nice one :+1:

thabti commented 8 years ago

@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.