Lakshan Perera

Results 91 comments of Lakshan Perera

It's possible to just use `git push origin gh-pages` from the `output` directory to publish to GitHub pages. Anyway, if someone can come up with a plugin that wraps the...

Easiest would be to have a `config.json` for each site, which instructs to use a common template directory and different content directories to output into different directories (eg. products.domain.com) Then...

You can do that too. Output each site in their own sub-folder and then map them to the domain with apache config.

Hi Laneallen, Thanks for trying out Punch. Actually, goal of Punch is to act as both a static generator and a server. If you look into most web projects, they...

@jtrain That's how Punch works when you run it locally with `punch s`, which allows you to preview the changes in the browser. Running the command `punch p` will generate...

@naholyr Can you open a separate ticket with an example for the issue of contents from non-default places not refreshing correctly? In the current state, there's not much of an...

Yes. I do agree on separating content images from the template. They should be ideally stored in the extended directories under content. However, I think I would make it a...

Are you using the latest version of Punch? (You can check the version by running `punch -v`. Latest version should be 0.4.16) If you give the correct relative path for...

Sorry for the delay in getting back to you on this issue. But from my end I couldn't find any issues with LESS `import`. Can you share how your stylesheet...

If you have a directory and a file by the same name, the directory index will override the file. Is there a particular use case you want to use the...