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

Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.0.1 to 4.3.2. Changelog Sourced from @​adobe/css-tools's changelog. 4.3.2 / 2023-11-28 Fix redos vulnerability with specific crafted css string - CVE-2023-48631 Fix Problem parsing with :is() and...

dependencies

Listen, this "works" but I just wanted to get _something_ working. The following `index.svelte` works as expected: ```svelte export let current; Hi {current.source} h1 { color: red; } ``` The...

With reference to [this issue](https://github.com/sintaxi/harp/issues/368) I filed on the harp project, it appears that `terraform` is using an outdated version of the autoprefixer module. With the web running at the...

Instead of overrides `marked`'s default header with IDs using the renderer heading function, it uses the `headerIds` option added in version `0.4.0`. It also pass down the `options` parameter to...

Hi. I'm having problems installing harp.js harp installation fails when trying to install [email protected] which is dependency for terrafom. [email protected] install correctly and wihout errors, and i suggest you need...

enhancement

As Jade isn't named Jade Anymore its time to move to pug

enhancement

terraform currently uses https://www.npmjs.com/package/coffee-script which is deprecated and locked at version 1.12.7. Latest coffeescript is available at https://www.npmjs.com/package/coffeescript (2.3.1). I discovered this because I was trying to use await/sync and...

enhancement

This pull request adds support for [babel](https://babeljs.io/) transpiler for javascript. It adds support for ES6/7 features in files with .es extension.

Write the following in a Less file: ```less // styles.less @supports (color: green) { h1 { color: green; } } ``` Run `$ harp server` and load a page with...

Progress on https://github.com/sintaxi/harp/issues/35. This test doesn’t entirely cover the problem. Basically, messages in CSS `content` must have quotes escaped as `\"`, and should also have special characters like `…` (which...