Skip to content

Commit

Permalink
Fixed build bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
hstarorg committed Aug 20, 2017
1 parent 8d524e3 commit a94fa0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/build.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ gulp.task('docs', done => {
let buildContent = fs.readFileSync('dist/build.js', 'utf8');
buildContent = buildContent.replace('rootHost:"http://localhost:8080"', 'rootHost:"https://raw.githubusercontent.com/HstarComponents/vue-lte-ui/master"')
.replace('<base href="/">', '<base href="/vue-lte-ui/">');
fs.writeFileSync('dist/build.js', buildContent);
fs.writeFileSync('docs/build.js', buildContent);
done();
});

0 comments on commit a94fa0b

Please sign in to comment.