Skip to content

Commit

Permalink
html: replace with preact version
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed May 26, 2019
1 parent 3f52934 commit 66718bc
Show file tree
Hide file tree
Showing 32 changed files with 2,041 additions and 10,377 deletions.
51 changes: 3 additions & 48 deletions html/.gitignore
Original file line number Diff line number Diff line change
@@ -1,49 +1,4 @@
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules
jspm_packages

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

dist/
/build
/dist
/*.log
2 changes: 1 addition & 1 deletion html/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ task('default', () => {
return src('dist/index.html')
.pipe(inlinesource())
.pipe(dest('../src/'));
});
});
45 changes: 0 additions & 45 deletions html/index.html

This file was deleted.

234 changes: 0 additions & 234 deletions html/js/app.ts

This file was deleted.

Loading

0 comments on commit 66718bc

Please sign in to comment.