Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backslash in script path #86

Open
majk-p opened this issue Apr 18, 2016 · 1 comment
Open

Backslash in script path #86

majk-p opened this issue Apr 18, 2016 · 1 comment

Comments

@majk-p
Copy link

majk-p commented Apr 18, 2016

When generating _SpecRunner.html on Windows I get following script imports:

  <meta charset="utf-8">
  <title>Jasmine Spec Runner</title>

  <link rel="stylesheet" type="text/css" href=".grunt/grunt-contrib-jasmine/jasmine.css">

  <script src=".grunt\grunt-contrib-jasmine/require.js"></script>

  <script src=".grunt/grunt-contrib-jasmine/jasmine.js"></script>

  <script src=".grunt/grunt-contrib-jasmine/jasmine-html.js"></script>

  <script src=".grunt/grunt-contrib-jasmine/json2.js"></script>

  <script src=".grunt/grunt-contrib-jasmine/boot.js"></script>

For some reason there's a backslash in .grunt\grunt-contrib-jasmine/require.js.

@dutscher
Copy link

dutscher commented Nov 7, 2016

because of that https://nodejs.org/api/path.html#path_path_relative_from_to

how we get this fixxed?

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

No branches or pull requests

2 participants