You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't figure out how to use KalaStatic in a node script, it says it needs a path in the parameter like thi KalaStatic('path/to/site'), however this wouldn't work, since in the source it accepts something like an object, which has a method defaults(), and I can't find anything about how to build this object this KalaStatic function expects.
The text was updated successfully, but these errors were encountered:
That's a good idea! Other thing that might work would be to look for a config file in the root of the node script being perhaps? load this config and send it to Kalastatic
But I guess that's another ticket
RobLoach
changed the title
Improve documentation for Kalastatic API
Allow API to take options array
Apr 30, 2019
I can't figure out how to use KalaStatic in a node script, it says it needs a path in the parameter like thi
KalaStatic('path/to/site')
, however this wouldn't work, since in the source it accepts something like an object, which has a methoddefaults()
, and I can't find anything about how to build this object this KalaStatic function expects.The text was updated successfully, but these errors were encountered: