meiersi / blaze-react

A blaze-html style ReactJS binding for Haskell using GHCJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install does not generate reactjs-bindings/lib.js

jason-wolfe opened this issue · comments

I'm not sure where exactly the fix for this goes, but when installing the v0.2-rc1 branch, I got an error of: reactjs-bindings/lib.js: openBinaryFile: does not exist (No such file or directory)

I fixed the problem by installing grunt-cli globally (probably didn't have to be?) and doing npm install && grunt. (Tried to do that command without installing grunt-cli, but that failed as there was no grunt executable to run.)

It looks like even after installing grunt-cli cabal install --ghcjs ./ fails if I delete the lib.js file. It does not seem to attempt to generate it itself.

.. it looks like I can't follow instructions. Sorry!