Version 0.2 beta
This is the beta version of the Morse Converter for the web. It is a complete rewrite and now a full webapp using Polymer. It supports all the features of the desktop and the android version.
This commit is contained in:
parent
0e7a53c678
commit
febe5a9eec
35 changed files with 2499 additions and 2052 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -1,3 +1,6 @@
|
|||
/res/css/.sass-cache
|
||||
/res/css/*.map
|
||||
/screenshots/
|
||||
node_modules
|
||||
dist
|
||||
test/temp
|
||||
bower_components
|
||||
.tmp
|
||||
test/bower_components/
|
||||
|
|
Reference in a new issue