terraform icon indicating copy to clipboard operation
terraform copied to clipboard

Asset pipeline for the Harp Web Server.

Results 45 terraform issues
Sort by recently updated
recently updated
newest added

Please, update 'node-sass' dependency to version 3.2.0 - current 3.0.0_beta5 causes multiple errors

Originally: https://github.com/sintaxi/harp/issues/103 [This gist](https://gist.github.com/sgoumaz/6792873) works for me (no edge case checks done though, that's for tests).

Right now the Windows tests are only against on `master`, not PRs. They should also use Appveyor once we [enable webhooks](http://help.appveyor.com/discussions/questions/203-auto-run-tests-on-pull-requests#comment_33212404) on the repo.

I don't see any way to tap into the Sass options that are passed to node-sass. Without this, many sass extensions that have javascript functions, custom importers, will not work....

enhancement
question

Adding missing `partial` support from #36. See discussion in sintaxi/harp#246. I attempted to implement the tests that @kennethormandy provided. I'm not completely sold on the partial syntax, so would be...

Hi there, I love harp.js, and I use it for all my static sites, including my blog. I recently got into a distributed file system called [IPFS](https://github.com/ipfs/ipfs), and I am...

Just thought it was worth raising this issue. For me it adds about 350ms to each request for a compiled file (some pages have 10 or more compiled files) on...

If a file has the .adoc extension, it will use asciidoctor.js to render it as html

I accidentally did this on top of the branch with all the preprocessor updates, sorry about that. #### current.source and current.path tests Unfortunately my git skills aren’t good enough to...