mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
fixing toastr css path
This commit is contained in:
parent
2d23dd37b9
commit
e084ec2d15
@ -3,7 +3,7 @@ sudo: required
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- '8'
|
- '8'
|
||||||
- '9'
|
- '10'
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: heroku
|
provider: heroku
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
"tsConfig": "frontend/tsconfig.spec.json",
|
"tsConfig": "frontend/tsconfig.spec.json",
|
||||||
"scripts": [],
|
"scripts": [],
|
||||||
"styles": [
|
"styles": [
|
||||||
"node_modules/ng2-toastr/bundles/ng2-toastr.min.css",
|
"node_modules/ngx-toastr/toastr.css",
|
||||||
"node_modules/bootstrap/dist/css/bootstrap.css",
|
"node_modules/bootstrap/dist/css/bootstrap.css",
|
||||||
"node_modules/open-iconic/font/css/open-iconic-bootstrap.css",
|
"node_modules/open-iconic/font/css/open-iconic-bootstrap.css",
|
||||||
"frontend/styles.css"
|
"frontend/styles.css"
|
||||||
|
Loading…
Reference in New Issue
Block a user