Skip to content

Commit

Permalink
strixLabb
Browse files Browse the repository at this point in the history
  • Loading branch information
SamirYousuf committed Oct 19, 2022
1 parent dd4e71a commit 3e1073e
Show file tree
Hide file tree
Showing 73 changed files with 40,445 additions and 7,954 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
node_modules
dist
dist
.DS_Store
src/.DS_Store
src/app/.DS_Store
9 changes: 7 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,14 @@
"node_modules/codemirror/lib/codemirror.css",
"node_modules/font-awesome/css/font-awesome.css",
"src/bootstrap_custom.scss",
"src/styles.css"
"src/styles.css",
"./node_modules/bootstrap/dist/css/bootstrap.min.css"
],
"scripts": []
"scripts": [
"./node_modules/jquery/dist/jquery.min.js",
"./node_modules/popper.js/dist/umd/popper.min.js",
"./node_modules/bootstrap/dist/js/bootstrap.min.js"
]
},
"configurations": {
"production": {
Expand Down
Loading

0 comments on commit 3e1073e

Please sign in to comment.