Closed chenglou closed 10 years ago
Reason is that npm run build (jsxc src/ lib/) is executed after npm install, and the src is npmignored.
npm run build
jsxc src/ lib/
npm install
src
Just wanted to mark this down. There might be a bit of directory structure shuffling soon so no need to fix this just yet.
Reason is that
npm run build
(jsxc src/ lib/
) is executed afternpm install
, and thesrc
is npmignored.Just wanted to mark this down. There might be a bit of directory structure shuffling soon so no need to fix this just yet.