Index: Source/devtools/front_end/buildSystemOnly.js |
diff --git a/Source/devtools/front_end/buildSystemOnly.js b/Source/devtools/front_end/buildSystemOnly.js |
deleted file mode 100644 |
index 1fcd75c0f2c69fb7650afd03edece1dc9bd5ac34..0000000000000000000000000000000000000000 |
--- a/Source/devtools/front_end/buildSystemOnly.js |
+++ /dev/null |
@@ -1,6 +0,0 @@ |
-/** |
- * This flag notifies inspector that it was deployed with the help |
- * of a build system. Build system flattenes all css and js files, |
- * so in this case inspector has to correct paths for dynamic resource loading. |
- */ |
-window.flattenImports = true; |