Marvin Hübner
Marvin Hübner
I have the same problem just now. Cache seems to be quite strong on the dev server. Sometimes I have to restart the dev server to get new data. Have...
Because I'm currently doing a lot with foundation for emails (plus inky and panini), this point has come to my head again. Here is a recent example where I have...
I've a similar situation there i have to check if the path is absolute. My solution has looked like this: ```js for (var i in dir) { var cwd =...
None of the given solutions (https://github.com/zurb/panini/issues/143#issuecomment-335877866 or https://github.com/zurb/panini/issues/45#issuecomment-313451499) has worked for me. For now i use panini programmatically inside gulp with a promise: ```js import Panini from 'panini'; function pages()...
> Thank you all for your suggestions! I know this feature is eagerly awaited. > > I just published a PR to handle the new static mode directly in the...
I've tried to fix the merge conflicts, but current master throws errors in babel task: ``` [22:20:38] gulp-notify: [Error running Gulp] Error: .presets must be an array, or undefined [22:20:38]...
Hey @Igloczek, thanks for the info, will test it soon! I would be interested in your general opinion on a implementation like this. Do you see potential here? Also, I...
Maybe I have an idea for a workaround to solve this. **My consideration:** As a base I deploy a second version of the website on Netlify which I'm using for...
Thanks for your feedback. Then I'll just assume that this is somehow a common method to do. > With `undefined` I can leave my links with trailing slashes (``) and...
@studiolathe you should just deliver your staging environment as a single page app, then you don't need a rebuild when content is saved. The storyblok webhook then triggers your production...