Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Not loading Css/Js from my Razor view #60

Open
pauljame opened this issue Aug 17, 2021 · 1 comment
Open

Not loading Css/Js from my Razor view #60

pauljame opened this issue Aug 17, 2021 · 1 comment

Comments

@pauljame
Copy link

Hey,

I have that files included on my view

<head>    
    <title>test</title>
    <meta http-equiv="x-ua-compatible" content="ie=edge">  
    <link rel="stylesheet" href="~/css/normalize/normalize.min.css" />   
    <script src="~/lib/jsbarcode/JsBarcode.itf.min.js"></script>    
</head>

My pdf generated did not included css and js... I was using Rotativa like that and it worked there...
What am I doing wrong?

@Rufistofeles
Copy link

Same problem here...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants