kalastatic icon indicating copy to clipboard operation
kalastatic copied to clipboard

:electric_plug: Facilitate the front-end experience through Styleguides and Prototypes

Results 96 kalastatic issues
Sort by recently updated
recently updated
newest added

We should add the ability to gracefully handle 404 pages. Here is an exampe of how to do it with Browsersync: ``` 'use strict'; const content_404 = fs.readFileSync(path.join(__dirname, '404.html')); const...

https://docs.google.com/document/u/2/d/1fRznorxPvWSYLsO-m1Gut61bzkXu1fEiTJ-10TkrQDs/edit?usp=drive_web

Let's take a look at our v1 stories and ensure they are still accurate https://docs.google.com/spreadsheets/d/1P0k9oiO5XFktye-0rr7YIuvi8IU1NeqvG1F1Ci-Gk6A/edit#gid=0 we should mark those we are doing as such, add new stories if needed, delete...

All the .scss files seem to get moved into the build folder along with everything else. This can get confusing sometimes when grepping a project. Is it possible to have...

baseline

I'm not sure if Twig.js implements `devMode`, but if it does, let's make sure it's turned on by default. It does things like throws exceptions when referencing variables that don't...

Drupal does lots of nice things when it comes to handling attributes. It would be great to bring this to Kalastatic so that 1. we can use it and it's...

https://github.com/kalamuna/kalastatic-twig-filters is missing from KSS. https://github.com/kss-node/kss-node/pull/438

After following the getting started steps in the readme and running `kalastatic start` I am getting the following error: `Unknown arguments: extend-drupal8, namespace` (and my start/build fails). I did not...

We're quite a ways forward on node, and kstat. I'm not wed to firing up the old branch necessarily. I can recreate the work on a newer fork – though...