kalamuna / kalastatic

:electric_plug: Facilitate the front-end experience through Styleguides and Prototypes
https://kalamuna.github.io/kalastatic/
41 stars 14 forks source link

Update Getting Started Documentation -- Remove kstat-kss-builder #526

Open themarkappleby opened 6 years ago

themarkappleby commented 6 years ago

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 attempt to set this up within a Drupal project, is this a requirement?

RobLoach commented 6 years ago

PR up over at https://github.com/kalamuna/kalastatic/pull/525 to allow disabling the Twig extensions.

I updated the docs a bit to accommodate. kstat-kss-builder is rooted as part of KSTAT now, so we don't need it. I'll tweak the Getting Started docs a bit futher.

RobLoach commented 6 years ago

@themarkappleby We've released a new alpha of Kalastatic. Feel free to try out targeting alpha1 and see if this fixes your issue. Thanks!

themarkappleby commented 6 years ago

Hmm, I just tried it out with 4.0.0-alpha1 and I am still getting the same error (Unknown arguments: extend-drupal8, namespace). I copy and pasted the index.html.pug and kalastatic.yaml contents from the readme. My directory structure looks like this:

project/
  - build/
  - kalastatic.yaml
  - node_modules/
    - ...
  - package.json
  - src/
    - index.html.pug
thiagodemellobueno commented 6 years ago

@RobLoach bump!