Skip to content

Commit

Permalink
Update deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
modularcoder committed Feb 12, 2018
1 parent 631243d commit 8d8853d
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 301 deletions.
3 changes: 3 additions & 0 deletions build/tasks/app-pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ function getPageContextExternal(file) {

//
extend(context, env.parsed);
extend(context, process.env)

context.BASE_URL = context.BASE_URL || '/';

// Package data
context.pkg = require('../../package.json');
Expand Down
Loading

0 comments on commit 8d8853d

Please sign in to comment.