middleman-react icon indicating copy to clipboard operation
middleman-react copied to clipboard

*.js.jsx does not get compiled.

Open nsallis opened this issue 8 years ago • 0 comments

When writing xyz.js.jsx files, middleman build fails with

error  build/ads/react_ad_test/main.js
undefined local variable or method `path'

It does work if I leave it as xyz.jsx, but then the produced file is named just xyz, not xyz.js

note, if the asset is names only xyz.jsx, it does build correctly!

nsallis avatar Feb 28 '17 19:02 nsallis