Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

String format for tabsToAdd array #22

Open
dstmartin opened this issue Jul 11, 2017 · 2 comments
Open

String format for tabsToAdd array #22

dstmartin opened this issue Jul 11, 2017 · 2 comments

Comments

@dstmartin
Copy link

I was getting an error when running gulp patternlab:build. It appears the issue is that the strings need a double quote (") as opposed to a single quote (').

In other words, "tabsToAdd": ['scss'] needs to be changed to "tabsToAdd": ["scss"]. Doing this allowed me to perform a build.

@c42705
Copy link

c42705 commented Mar 13, 2018

@bmuenzenmeyer please update README.md with this update, I ran into the same issue.

@juanfernandes
Copy link

i have created a pull request to fix this.

#27

laurenhamel added a commit to laurenhamel/plugin-node-tab that referenced this issue Jan 25, 2019
Fixes pattern-lab#23 and fixes pattern-lab#15. Rewrites `findTab` to synchronous check if a file exists. If found, the file is copied over to the public patterns folder, or if not found, and empty file is created in its place. Also refactors the JS for improved clarity. This also closes pattern-lab#22 by updating the README.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants