From f8fb2d1811251304687b805a60b489f63cb5c4fb Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 15 Mar 2014 21:29:33 +0100 Subject: strip sourcemaps in CSS and JS #601 source maps are invalid for our dispatched sources and may even cause problems. this makes sure any sourcemap declarations are stripped from the output --- _test/tests/inc/common_stripsourcemaps.test.php | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 _test/tests/inc/common_stripsourcemaps.test.php (limited to '_test/tests') diff --git a/_test/tests/inc/common_stripsourcemaps.test.php b/_test/tests/inc/common_stripsourcemaps.test.php new file mode 100644 index 000000000..c6a915dcf --- /dev/null +++ b/_test/tests/inc/common_stripsourcemaps.test.php @@ -0,0 +1,29 @@ +assertEquals($expect, $text); + } + +} \ No newline at end of file -- cgit v1.2.3