mirror of
https://github.com/KevinMidboe/inline-html.git
synced 2025-12-08 20:29:06 +00:00
Fix bug where bundler stops watching files when an error occurs.
This commit is contained in:
9
test/fixtures/errors/lessSyntax/index.html
vendored
Normal file
9
test/fixtures/errors/lessSyntax/index.html
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet/less" href="main.less" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
1
test/fixtures/errors/lessSyntax/main.less
vendored
Normal file
1
test/fixtures/errors/lessSyntax/main.less
vendored
Normal file
@@ -0,0 +1 @@
|
||||
div {
|
||||
Reference in New Issue
Block a user