Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : Not include loading (stealing) production.css in production.js

$
0
0
Include a script tag just above your steal.js include and put this in there:
  1. <script>
  2.       steal = {            
  3.             executed: ["path/to/production.css"]
  4.         };
  5. </script>

This tells steal that production.css is already loaded.

Viewing all articles
Browse latest Browse all 3491

Trending Articles