express-vue / vue-pronto

Rendering Engine for turning Vue files into Javascript Objects
Apache License 2.0
20 stars 12 forks source link

Fix for windows paths #151

Closed 625dennis closed 4 years ago

625dennis commented 4 years ago

This library wouldn't run on my windows machine because of windows vs. posix file paths.

codecov[bot] commented 4 years ago

Codecov Report

Merging #151 into develop will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #151   +/-   ##
========================================
  Coverage    91.19%   91.19%           
========================================
  Files           14       14           
  Lines          636      636           
========================================
  Hits           580      580           
  Misses          56       56
Impacted Files Coverage Δ
lib/utils/config.js 100% <ø> (ø) :arrow_up:
lib/renderer/renderer-webpack.js 85.54% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ee44ae6...4f53681. Read the comment docs.

danielcherubini commented 4 years ago

Thanks so much.. i'll get this in to the next version tonight.