Skip to content

Commit

Permalink
Windows compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Jan 10, 2016
1 parent 8b26b1d commit 3091840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make.js
Expand Up @@ -98,7 +98,7 @@ target['compile:css'] = (pattern) => {
let src = path.relative(home, file)
let dst = swap(src, 'src', 'lib', '.css')

assert(src.startsWith('src/stylesheets'))
assert(src.startsWith(path.join('src', 'stylesheets')))
log.info(dst, { tag })

let options = {
Expand Down

0 comments on commit 3091840

Please sign in to comment.