Kevin Simper

Results 55 comments of Kevin Simper

@sonyahilchik That is pretty cool, thanks for doing it 👏

That would be cool to have in Harpjs, but how would you mark the file that it should be browserify? `main.bify` would become `main.js`?

I like the idea of that, if the file name features '.bundle.', it will be browerify.

I can see that assets is processed with the module terraform which is broke out of Harpjs. If you wanted to do it, how would you go around and implement...

I found a simpler solution and create a boilerplate, which can easily be used by saying `harp init myblog -b kevinsimper/harp-browserify`. https://github.com/kevinsimper/harp-browserify

Nice as i have also experienced the same thing and I had not put it in git. This properly fixes this issue https://github.com/sintaxi/harp/issues/92

@ixley You can follow this tutorial on how to do it with github pages http://harpjs.com/docs/deployment/github-pages

@ixley I do have it like you say, I have that on a `master` branch and then have a script which automaticly checkouts `gh-pages` and commits on that branch.

@og2t You should look at Metalsmith, it sounds like what you look for. https://www.npmjs.com/package/metalsmith

There is also a pull request that seems to have the same confusion https://github.com/aframevr/aframe-site/pull/430