Skip to content

Commit 86157dc

Browse files
author
Alex Beugnet
committed
copy repo
0 parents  commit 86157dc

File tree

388 files changed

+52826
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

388 files changed

+52826
-0
lines changed

.angular-cli.json

+77
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3+
"project": {
4+
"name": "ng2-admin"
5+
},
6+
"apps": [
7+
{
8+
"root": "src",
9+
"outDir": "dist",
10+
"assets": [
11+
"assets",
12+
"favicon.ico"
13+
],
14+
"index": "index.html",
15+
"main": "main.ts",
16+
"polyfills": "polyfills.ts",
17+
"test": "test.ts",
18+
"tsconfig": "tsconfig.app.json",
19+
"testTsconfig": "tsconfig.spec.json",
20+
"prefix": "app",
21+
"styles": [
22+
"../node_modules/leaflet/dist/leaflet.css",
23+
"../node_modules/leaflet-draw/dist/leaflet.draw.css",
24+
"../node_modules/leaflet-zoombox/L.Control.ZoomBox.css",
25+
"../node_modules/leaflet.markercluster/dist/MarkerCluster.Default.css",
26+
"../node_modules/leaflet.awesome-markers/dist/leaflet.awesome-markers.css",
27+
"../node_modules/roboto-fontface/css/roboto/sass/roboto-fontface.scss",
28+
"../node_modules/normalize.css/normalize.css",
29+
"../node_modules/font-awesome/scss/font-awesome.scss",
30+
"../node_modules/ionicons/scss/ionicons.scss",
31+
"../node_modules/bootstrap/scss/bootstrap.scss",
32+
"../node_modules/handsontable/dist/handsontable.full.css",
33+
"../node_modules/ng2-slim-loading-bar/style.css",
34+
"app/theme/theme.scss",
35+
"styles.scss"
36+
],
37+
"scripts": [
38+
"../node_modules/jquery/dist/jquery.js",
39+
"../node_modules/jquery-slimscroll/jquery.slimscroll.js",
40+
"../node_modules/tether/dist/js/tether.js",
41+
"../node_modules/bootstrap/dist/js/bootstrap.js",
42+
"../node_modules/handsontable/dist/handsontable.full.js",
43+
"../node_modules/chroma-js/chroma.js"
44+
],
45+
"environmentSource": "environments/environment.ts",
46+
"environments": {
47+
"dev": "environments/environment.ts",
48+
"prod": "environments/environment.prod.ts"
49+
}
50+
}
51+
],
52+
"e2e": {
53+
"protractor": {
54+
"config": "./protractor.conf.js"
55+
}
56+
},
57+
"lint": [
58+
{
59+
"project": "src/tsconfig.app.json"
60+
},
61+
{
62+
"project": "src/tsconfig.spec.json"
63+
},
64+
{
65+
"project": "e2e/tsconfig.e2e.json"
66+
}
67+
],
68+
"test": {
69+
"karma": {
70+
"config": "./karma.conf.js"
71+
}
72+
},
73+
"defaults": {
74+
"styleExt": "scss",
75+
"component": {}
76+
}
77+
}

.gitignore

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<<<<<<< HEAD
2+
<<<<<<< HEAD
3+
# See http://help.github.com/ignore-files/ for more about ignoring files.
4+
5+
# compiled output
6+
/dist
7+
/tmp
8+
/out-tsc
9+
/docs/build
10+
11+
# dependencies
12+
/node_modules
13+
14+
# IDEs and editors
15+
/.idea
16+
.project
17+
.classpath
18+
.c9/
19+
*.launch
20+
.settings/
21+
*.sublime-workspace
22+
23+
# IDE - VSCode
24+
.vscode/*
25+
!.vscode/settings.json
26+
!.vscode/tasks.json
27+
!.vscode/launch.json
28+
!.vscode/extensions.json
29+
30+
# misc
31+
/.sass-cache
32+
/connect.lock
33+
/coverage
34+
/libpeerconnection.log
35+
npm-debug.log
36+
testem.log
37+
/typings
38+
39+
# e2e
40+
/e2e/*.js
41+
/e2e/*.map
42+
43+
# System Files
44+
.DS_Store
45+
Thumbs.db
46+
=======
47+
=======
48+
>>>>>>> Revert to master
49+
_backup/
50+
app_jboss/
51+
arcgis/
52+
cas-overlay-demo/
53+
library/
54+
web_apache/
55+
>>>>>>> move frontend_mig to frontend_docker

.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)