Skip to content

Commit

Permalink
Rename web-page -> demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
obuchtala committed Apr 23, 2020
1 parent b61c053 commit abab4c7
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
6 changes: 3 additions & 3 deletions make.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ b.task('default', ['demo'])

b.task('build:demo', () => {
rollup(b, {
input: 'web-page/demo.js',
input: 'demo/demo.js',
output: {
file: DIST + 'demo.js',
format: 'es',
Expand Down Expand Up @@ -89,8 +89,8 @@ b.task('build:vfs', () => {
})

b.task('build:web:assets', ['build:vfs'], () => {
b.copy('./web-page/images', DIST + 'images')
b.copy('./web-page/index.html', DIST)
b.copy('./demo/images', DIST + 'images')
b.copy('./demo/index.html', DIST)
b.copy('./data', DIST + 'data')
b.copy('./desktop/placeholder.svg', DIST)
})
Expand Down

0 comments on commit abab4c7

Please sign in to comment.