Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

about the baseUrl #64

Open
jpuncle opened this issue Nov 29, 2016 · 1 comment
Open

about the baseUrl #64

jpuncle opened this issue Nov 29, 2016 · 1 comment
Labels

Comments

@jpuncle
Copy link

jpuncle commented Nov 29, 2016

My config:

option: {
  basePath: 'src/',
  baseUrl: '//x.autoimg.cn/www/'
}

My style:

html {
  background: resolve("../img/bg.png");
}

My output:

html {
  background: url('/x.autoimg.cn/www/index/img/bg.png');
}

Expected:

html {
  background: url('//x.autoimg.cn/www/index/img/bg.png');
}
@borodean borodean added the bug label Dec 4, 2016
@hendiko
Copy link

hendiko commented Sep 5, 2017

I come across this issue too.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants