Skip to content

Commit

Permalink
Update to vf-core beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins98 committed Oct 10, 2019
1 parent 6748bc7 commit 4186e16
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 40 deletions.
4 changes: 1 addition & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ gulp.task('set-to-development', function(done) {
gulp.task('set-to-static-build', function(done) {
process.argv.push('--quiet');
process.env.ELEVENTY_ENV = 'production';
fractalBuildMode = 'build';
// todo: switch build mode once vf-core beta.4 is out
// fractalBuildMode = 'dataobject'; // run fractal in server mode as there's no need for static html assets
fractalBuildMode = 'dataobject'; // run fractal in server mode as there's no need for static html assets
done();
});

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visual-framework/vf-boilerplate-eleventy",
"version": "2.0.0-alpha.11",
"version": "2.0.0-alpha.12",
"description": "Build a site with Visual Framework components using the the Eleventy templating engine.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@visual-framework/vf-banner": "1.0.0-alpha.7",
"@visual-framework/vf-code-example": "^1.0.0-alpha.7",
"@visual-framework/vf-content": "^1.0.0-beta.7",
"@visual-framework/vf-core": "^2.0.0-beta.3",
"@visual-framework/vf-core": "^2.0.0-beta.4",
"@visual-framework/vf-design-tokens": "^1.0.0-beta.6",
"@visual-framework/vf-divider": "^1.0.0-rc.7",
"@visual-framework/vf-eleventy--extensions": "^1.0.0-alpha.11",
Expand Down
Loading

0 comments on commit 4186e16

Please sign in to comment.