aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/mono_shake.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono_shake.sml')
-rw-r--r--src/mono_shake.sml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mono_shake.sml b/src/mono_shake.sml
index d2426f9f..0060d036 100644
--- a/src/mono_shake.sml
+++ b/src/mono_shake.sml
@@ -59,6 +59,7 @@ fun shake file =
| ((DSequence _, _), acc) => acc
| ((DDatabase _, _), acc) => acc
| ((DJavaScript _, _), acc) => acc
+ | ((DCookie _, _), acc) => acc
| ((DStyle _, _), acc) => acc)
(IM.empty, IM.empty) file
@@ -117,6 +118,7 @@ fun shake file =
| (DSequence _, _) => true
| (DDatabase _, _) => true
| (DJavaScript _, _) => true
+ | (DCookie _, _) => true
| (DStyle _, _) => true) file
end