Skip to content

Commit

Permalink
added css to webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayasanker Karakulath committed Nov 30, 2021
1 parent 1c9bd75 commit 8b5b50a
Show file tree
Hide file tree
Showing 36 changed files with 253 additions and 979 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
api_location: "" # Api source code path - optional
output_location: "public" # Built app content directory - optional
###### End of Repository/Build Configurations ######
- name: Archive artifacts
uses: actions/upload-artifact@v2
with:
name: web-app
path: public/

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
Expand Down
176 changes: 176 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@
"devDependencies": {
"@mcler/webpack-concat-plugin": "^4.1.4",
"copy-webpack-plugin": "^10.0.0",
"css-loader": "^6.5.1",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.1",
"html-loader": "^3.0.1",
"html-webpack-plugin": "^5.5.0",
"markdown-loader": "^6.0.0",
"mini-css-extract-plugin": "^2.4.5",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0"
Expand Down
5 changes: 0 additions & 5 deletions src/bootstrap/css/bootstrap.min.css

This file was deleted.

Empty file removed src/bootstrap/css/variables.css
Empty file.
7 changes: 0 additions & 7 deletions src/bootstrap/js/bootstrap.min.js

This file was deleted.

Loading

0 comments on commit 8b5b50a

Please sign in to comment.