You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-07-15 01:24:25 +02:00
fixing toastr css path
This commit is contained in:
@ -3,7 +3,7 @@ sudo: required
|
||||
language: node_js
|
||||
node_js:
|
||||
- '8'
|
||||
- '9'
|
||||
- '10'
|
||||
|
||||
deploy:
|
||||
provider: heroku
|
||||
|
@ -74,7 +74,7 @@
|
||||
"tsConfig": "frontend/tsconfig.spec.json",
|
||||
"scripts": [],
|
||||
"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/open-iconic/font/css/open-iconic-bootstrap.css",
|
||||
"frontend/styles.css"
|
||||
|
Reference in New Issue
Block a user