Skip to content

Commit

Permalink
moved to Angular
Browse files Browse the repository at this point in the history
  • Loading branch information
born2net committed Apr 15, 2017
1 parent 4d48dcb commit 3aacc4a
Show file tree
Hide file tree
Showing 7,300 changed files with 95,106 additions and 1,127,597 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
94 changes: 94 additions & 0 deletions .angular-cli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
{
"project": {
"version": "1.0.0-beta.32.3",
"name": "StudioWeb"
},
"apps": [
{
"root": "src",
"outDir": "dist",
"assets": [
"assets",
"favicon.ico",
"manifest.json",
"service-worker.js"
],
"index": "index.html",
"main": "main.ts",
"test": "test.ts",
"tsconfig": "tsconfig.json",
"prefix": "app",
"mobile": false,
"styles": [
"../node_modules/font-awesome/css/font-awesome.css",
"../node_modules/bootstrap/dist/css/bootstrap.min.css",
"../node_modules/ng2-toastr/ng2-toastr.css",
"../node_modules/primeng/resources/themes/bootstrap/theme.css",
"../node_modules/primeng/resources/primeng.min.css",
"./libs/bootstrap-timepicker/css/bootstrap-timepicker.css",
"./libs/minicolors/jquery.minicolors.css",
"./styles/style.css"
],
"scripts": [
"../node_modules/jquery/dist/jquery.min.js",
"./libs/jquery.base64.js",
"./libs/jquery-ui.js",
"./libs/jquery.knob.min.js",
"./libs/flashdetect/flashdetect.js",
"./libs/rc4v1/rc4v1.js",
"./libs/rc4v2/rc4v2.js",
"./libs/qrcode/qrcode.js",
"./libs/bootstrap-timepicker/js/bootstrap-timepicker.min.js",
"./libs/contextmenu/bootstrap-contextmenu.js",
"./libs/stop-watch/stop-watch.js",
"./store/signage_sdk.js",
"../node_modules/bootstrap/dist/js/bootstrap.js",
"../node_modules/bootbox/bootbox.js",
"../node_modules/platform/platform.js",
"./libs/fabric.require1-4-12.js",
"./libs/minicolors/jquery.minicolors.js",
"./libs/gradient/colorpicker.js",
"./libs/gradient/jquery.gradientpicker.js",
"./libs/enjoyhint/enjoyhint.js",
"../node_modules/xdate/src/xdate.js"
],
"environmentSource": "environments/environment.ts",
"environments": {
"dev": "environments/environment.ts",
"hmr": "environments/environment.hmr.ts",
"prod": "environments/environment.prod.ts"
}
}
],
"addons": [
"../node_modules/font-awesome/fonts/*.+(otf|eot|svg|ttf|woff|woff2)",
"./styles/fonts//montserrat.woff2"
],
"packages": [],
"e2e": {
"protractor": {
"config": "./protractor.conf.js"
}
},
"test": {
"karma": {
"config": "./karma.conf.js"
}
},
"defaults": {
"styleExt": "css",
"prefixInterfaces": false,
"inline": {
"style": false,
"template": false
},
"spec": {
"class": false,
"component": true,
"directive": true,
"module": false,
"pipe": true,
"service": true
}
}
}
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Editor configuration, see http://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
max_line_length = off
trim_trailing_whitespace = false
62 changes: 61 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,61 @@
/.idea/
# See http://help.github.com/ignore-files/ for more about ignoring files.



# compiled output
/dist/*.js
/dist/**
/dist
/tmp

# dependencies
/node_modules
/bower_components

# IDEs and editors
/.idea
/.idea/workspace.xml
/.vscode
.project
.classpath
.c9/
*.launch
.settings/

# misc
/.sass-cache
/connect.lock
/coverage/*
/libpeerconnection.log
npm-debug.log
testem.log
/typings
*.log.*

#include
!index.js
!/typings

# js/map
*.js
src/**/*.js
*prod.js
src/**/*.map
#System Files
.DS_Store
Thumbs.db
workspace.xml

!signageSDK.js
!service-worker.js
!src/store/signage_sdk.js
!src/libs/*
!src/libs/**/*
#src/store/application.state.js
#src/store/imsdb.interfaces.js
#src/store/imsdb.interfaces_auto.js
#src/store/store.data.js
#*.xlf
#*.xmb
!temp/*.js
!temp/*.txt
11 changes: 0 additions & 11 deletions Declarations.js

This file was deleted.

1 change: 0 additions & 1 deletion Declarations.js.map

This file was deleted.

27 changes: 0 additions & 27 deletions Declarations.ts

This file was deleted.

Loading

0 comments on commit 3aacc4a

Please sign in to comment.