]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
bs-commonjs-generator.js: always use forward slashes in the require path. 14876/head
authorXhmikosR <xhmikosr@gmail.com>
Sun, 26 Oct 2014 07:35:14 +0000 (09:35 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 26 Oct 2014 07:35:14 +0000 (09:35 +0200)
commit37facee9224013d3b162c391562db458ef41924e
tree6aebf3489f8aa56fbcabed7248573369f64acbaa
parentbab3679d1031ac77503c0c14b56aeda885721584
bs-commonjs-generator.js: always use forward slashes in the require path.

Since `path.resolve` is using backslashes on Windows, we ended up with different files. Just replace those with forward slashes.
grunt/bs-commonjs-generator.js