2017-08-11
- Fixes the spawn args for bsb (#2)
2017-07-24
- Adds a prepublish script so I don't forget to build before publishing
2017-07-24
bsb
won't be set to watch mode if-w
or--watch
is not present in the cli command- Basic and ReasonReact examples have been added
- Fixed a bug where
[Object object]
was printed instead of the correct path forimport
statements
- Test this out with several different project setups and gather dev feedback
2017-07-23
- The compiled file should now be included in the published module. Sorry about that!
2017-07-22
bsb
calls have been optimized and now only run once when the plugin is loadedbsb
now watched for changes as a separate process, so your reason files are always being compiled- tests have been added and coverage is now at 100%
- Full examples
- Integration with different projects to ensure it works well
2017-07-20
The initial public release. This may contains bugs, but it works on one of my pet projects so far. Please help test it!
- Full examples
- Tests
- Integration with different projects to ensure it works well