schmidt1024/Blank-Bootstrap-Edition

app.js is not used

Closed this issue · 1 comments

The generated file app.js is not used in frontend. So I had to add
$doc->addScript($tpath . '/build/app.js');
to logic.php.

Nope. The app.js is not included via addScript, because it is hard coded before the closing body tag </body> to get a better performance.