blendid icon indicating copy to clipboard operation
blendid copied to clipboard

A delicious blend of gulp tasks combined into a configurable asset pipeline and static site builder

Results 73 blendid issues
Sort by recently updated
recently updated
newest added

Hi! Just checking if it is in the plans to get blendid working for node 10 :) I'm currently encountering the following issue when trying to yarn install blendid: `../src/node_contextify.cc:631:static...

upon installing blendid, there are several warnings related to deprecated packages: ``` warning blendid > [email protected]: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to...

address in 5.0
dependency issue

Jumped back to an older Ruby on Rails project that runs on Blendid, has React baked in, and without doing anything to my own code I started getting the following...

in path-config.json, when ```json { "html":{ "src":"html", "dest":"html", "views":"../views" } } ``` the final template htmls can be produced to the php framework's view folders if ```json { "html":{ "src":"html",...

Address remaining Gulp 3-related `npm i` / `npm audit` issues by upgrading to Gulp 4

dependency issue
chore

Currently the `rev` task only replaces asset urls with their hashed counterparts in .html files. This expands that behavior to include .twig, .hbs, & .php files, making it work with...

For [my use case](https://github.com/vigetlabs/blendid/issues/303#issuecomment-304552882) of copying template files to a location outside of the public webroot using the `html` task, I needed a way of adjusting the asset URIs that...

The fs-extra is required directly by Blendid in file `gulpfile.js/tasks/replace-files.js`. However, this dependency was expected to be present transitively via `browser-sync`. Since it's a direct dependency of Blendid, it should...

This change will automatically allow webpack to minify ES6 code. Related to https://github.com/vigetlabs/blendid/issues/505