Fractal and Mandrebrot upgrades break theme templates
See original GitHub issueI had Fractal 1.0.11, Handlebars 1.1.2 and Mandelbrot 1.0.7 and I upgraded both to the newest version, Fractal 1.1.4, Handlebars 1.1.4 and Mandelbrot 1.1.0. I didn’t make any changes but it broke most of my template theme override files.
During the build process is where this happens.
✘ Failed to export url /components/detail/blockquote - (/project/node_modules/@frctl/mandelbrot/views/pages/components/detail.nunj)
Template render error: (/project/node_modules/@frctl/mandelbrot/views/partials/pen/browser.nunj)
Template render error: (/project/node_modules/@frctl/mandelbrot/views/partials/browser/browser.nunj)
Template render error: (/project/theme-overrides/views/partials/browser/controls.nunj)
Are there breaking changes in each of these packages?
Issue Analytics
- State:
- Created 6 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
Default theme - Mandelbrot - Fractal
Mandelbrot (as with all themes) uses Nunjucks (opens new window) templates to generate its HTML. The source code for these templates can be...
Read more >Moving Fractal forwards - Clearleft
While it's clearly a key feature that Fractal supports multiple template languages for creating components, the use case for supporting the same ...
Read more >Exercise: Mandelbrot fractals – Parallel Programming in Python
The Mandelbrot and Julia fractals. This exercise uses Numpy and Matplotlib. from matplotlib import pyplot as plt import numpy as np.
Read more >How do I make a high quality mandelbrot set? - MATLAB Central
Learn more about mandelbrot, fractals, fractal, iteration MATLAB. ... I've managed to create a good-quality version of the mandelbrotset.
Read more >A Symphony of Fractals | Center for Humans and Nature
We were given a fractal glimpse of Jeremy Lent's new book The Web of Meaning: ... The themes he focuses on within the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok, thanks @ethikz. You had mentioned that at the outset, apologies. Unfortunately, I’m much more familiar with v2 as that’s primarily what I’ve been working on! Closing this one now.
@ethikz Unfortunately, this can’t be the direct source, otherwise everyone on
v1.1.0
would be getting the same issue (which I can testify isn’t the case 😃 ). Are you by any chance using customised tabs or templates of some sort in your build?