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

Infinite loop repeats adding a subdirectory #28

Open
bicycle-dev opened this issue Oct 29, 2013 · 4 comments
Open

Infinite loop repeats adding a subdirectory #28

bicycle-dev opened this issue Oct 29, 2013 · 4 comments

Comments

@bicycle-dev
Copy link

Version: 0.2.8 (0.2.7 doesn't have the problem)

Relevant part of Gruntfile.js

      cdn: {
        options: {
          cdn: '/static/assets/',
          flatten: true
        },
        dist: {
          src: ["views/index.html"],
          dest: './htdocs/static/assets/'
        }
      },

Relevant output for grunt cdn --verbose

Running "cdn" task

Running "cdn:dist" (cdn) task
Verifying property cdn.dist exists in config...OK
Files: views/index.html -> ./htdocs/static/assets/
Reading views/index.html...OK

cdn:html - views/index.html
Changing /css/fd220d4a.app.css -> /static/assets/css/fd220d4a.app.css
Changing /images/334e6667.fake_menu.png -> /static/assets/images/334e6667.fake_menu.png
Changing /js/855dce60.vendor.js -> /static/assets/js/855dce60.vendor.js
Changing /js/a4d5d29f.feed.js -> /static/assets/js/a4d5d29f.feed.js
Changing //static/assets/css/fd220d4a.app.css -> /static/assets/static/assets/css/fd220d4a.app.css
Changing //static/assets/images/334e6667.fake_menu.png -> /static/assets/static/assets/images/334e6667.fake_menu.png
Changing //static/assets/js/855dce60.vendor.js -> /static/assets/static/assets/js/855dce60.vendor.js
Changing //static/assets/js/a4d5d29f.feed.js -> /static/assets/static/assets/js/a4d5d29f.feed.js
Changing //static/assets/static/assets/css/fd220d4a.app.css -> /static/assets/static/assets/static/assets/css/fd220d4a.app.css
Changing //static/assets/static/assets/images/334e6667.fake_menu.png -> /static/assets/static/assets/static/assets/images/334e6667.fake_menu.png
Changing //static/assets/static/assets/js/855dce60.vendor.js -> /static/assets/static/assets/static/assets/js/855dce60.vendor.js
Changing //static/assets/static/assets/js/a4d5d29f.feed.js -> /static/assets/static/assets/static/assets/js/a4d5d29f.feed.js
Changing //static/assets/static/assets/static/assets/css/fd220d4a.app.css -> /static/assets/static/assets/static/assets/static/assets/css/fd220d4a.app.css
Changing //static/assets/static/assets/static/assets/images/334e6667.fake_menu.png -> /static/assets/static/assets/static/assets/static/assets/images/334e6667.fake_menu.png
Changing //static/assets/static/assets/static/assets/js/855dce60.vendor.js -> /static/assets/static/assets/static/assets/static/assets/js/855dce60.vendor.js
Changing //static/assets/static/assets/static/assets/js/a4d5d29f.feed.js -> /static/assets/static/assets/static/assets/static/assets/js/a4d5d29f.feed.js
Changing //static/assets/static/assets/static/assets/static/assets/css/fd220d4a.app.css -> /static/assets/static/assets/static/assets/static/assets/static/assets/css/fd220d4a.app.css
Changing //static/assets/static/assets/static/assets/static/assets/images/334e6667.fake_menu.png -> /static/assets/static/assets/static/assets/static/assets/static/assets/images/334e6667.fake_menu.png
Changing //static/assets/static/assets/static/assets/static/assets/js/855dce60.vendor.js -> /static/assets/static/assets/static/assets/static/assets/static/assets/js/855dce60.vendor.js
Changing //static/assets/static/assets/static/assets/static/assets/js/a4d5d29f.feed.js -> /static/assets/static/assets/static/assets/static/assets/static/assets/js/a4d5d29f.feed.js

... etc.

@johnnyhalife
Copy link
Contributor

interesting I'll rollback 0.2.8 and ask the author to review it

@johnnyhalife
Copy link
Contributor

can you please test 0.2.9 which I didn't publish?

//cc @fouasnon can you please take a look at this?

@johnnyhalife
Copy link
Contributor

sorry, that I've just published

@hamtie
Copy link
Contributor

hamtie commented Nov 25, 2013

Sorry didn't see this issue. Is it still a problem?

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

3 participants