Eddie Scholtz
Eddie Scholtz
Do you know if anyone has started adding syntax highlighting support for various text editors? My personal interest is for Sublime Text.
I recently upgraded train to latest from a version that was at least a few months old. After the upgrade, `javascript_tag` and `stylesheet_tag` helpers appeared to be broken in production...
It appears that this loader might ignore syntax declarations (unless I'm using it wrong?). At the top of my `foo.proto` I have: ``` protobuf syntax = "proto3"; ``` This gets...
Might be my local webpack config but I needed to remove the `proto!` from the README line: `var protoDefinition = require('proto!./message.proto');`