mirror of
https://github.com/KevinMidboe/inline-html.git
synced 2026-07-24 10:22:04 +00:00
Fix bug where bundler stops watching files when an error occurs.
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet/less" href="main.less" />
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
+1
@@ -0,0 +1 @@
|
||||
@import (less) 'missing.css';
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet/less" href="main.less" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
+1
@@ -0,0 +1 @@
|
||||
div {
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet/less" href="main.less" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
div {
|
||||
background-image: url('missing.png');
|
||||
}
|
||||
Reference in New Issue
Block a user