概要
下記のコードが
index.html
<script src="hoge.js"></script>
ブラウザで見ると下記のようになっている。
index.html
<script><![CDATA[
console.log("hoge")
]]></script>
開発用などのサーバでこれが有効だと
javascript
の変更が反映されるまで少し時間がかかって面倒い。
原因
bitnami
の用意する httpd.conf
に書かれた下記の中にあるっぽい。
httpd.conf
Include conf/pagespeed.conf
Include conf/pagespeed_libraries.conf
パフォーマンスがいらないならコメントアウトすると良い。