Re-initialized the project with angular-cli and set it up as the build tool chain.

This commit is contained in:
Manuel Friedli 2017-04-08 00:24:44 +02:00
parent 6dd65fd488
commit 17afa92bfe
80 changed files with 6584 additions and 621 deletions

51
.gitignore vendored
View file

@ -1,10 +1,43 @@
*~
.idea/
*.iml
atlassian-ide-plugin.xml
node_modules/
typings/
src/**/*.js
src/**/*.js.map
# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/dist
/tmp
/out-tsc
# dependencies
/node_modules
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
dist/
testem.log
/typings
# e2e
/e2e/*.js
/e2e/*.map
# System Files
.DS_Store
Thumbs.db
*~