Skip to content
Snippets Groups Projects
Commit 90c66c31 authored by Ken Hawkins's avatar Ken Hawkins
Browse files

Prep for static builds

parent b28d03cf
No related branches found
No related tags found
1 merge request!40Prep for static builds
......@@ -4,3 +4,4 @@ node_modules/
*.log
.DS_Store
public/css/styles.css
static
......@@ -18,6 +18,8 @@ fractal.docs.set('path', __dirname + '/docs');
fractal.components.set('default.status', 'prototype');
fractal.components.set('default.preview', `@preview`);
/* configure build output */
fractal.web.set('builder.dest', 'static'); // destination for the static export
/* configure web */
fractal.web.set('static.path', __dirname + '/public');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment