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

Re : steal: css! (exclamation mark of css) problem

$
0
0
I just thought maybe someone could hint where to hack.

Actually I found how to workaround it in development mode (to modify request method in steal.js):

  1. request: function (options, success, error) {
  2. ...
  3.    options.src.path = options.src.path.replace(/css!$/, 'css')

But it doesn't work for build though =(

Viewing all articles
Browse latest Browse all 3491

Trending Articles