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

Steal instantiated CSS can not make work

$
0
0
I have a bundle called web, main module is called apps/web/web

web.js and web.css are placed to /assets/web.js and /assets/web.css to load from there I set bundlePath. And then I want to prevent web.css from loading by steal.

But could not achieve this with different variants:

  1. steal = {
  2.     bundlesPath: "/assets",
  3.     instantiated: {
  4.         'assets/web.css': null,
  5.         'bundles/web.css!': null,
  6.         '/assets/web.css': null
  7.     },
  8. }

What should I place in i nstantiated to accomplish what I need?

Viewing all articles
Browse latest Browse all 3491

Trending Articles