This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I'm having problem linking my js file in symfony I run encore dev and run encore watch and webpack generates the js and the css file in the public/build folder but when I try to link it and run the javascript I don't get nothing in return.
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="public/build/style.css">
<title></title>
</head>
<body>
<div id="app"></div>
<div id="info">Wiggle your cursor</div>
<script src="public/build/index.js"></script>
</body>
</html>
what could be possibly be the problem?
Post Details
- Posted
- 5 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/PHPhelp/com...