Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
visual-framework
Manage
Activity
Members
Labels
Plan
Issues
12
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Communications
visual-framework
Commits
90c66c31
Commit
90c66c31
authored
6 years ago
by
Ken Hawkins
Browse files
Options
Downloads
Patches
Plain Diff
Prep for static builds
parent
b28d03cf
No related branches found
No related tags found
1 merge request
!40
Prep for static builds
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
fractal.js
+2
-0
2 additions, 0 deletions
fractal.js
with
3 additions
and
0 deletions
.gitignore
+
1
−
0
View file @
90c66c31
...
...
@@ -4,3 +4,4 @@ node_modules/
*.log
.DS_Store
public/css/styles.css
static
This diff is collapsed.
Click to expand it.
fractal.js
+
2
−
0
View file @
90c66c31
...
...
@@ -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
'
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment