We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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.
The text was updated successfully, but these errors were encountered:
interesting I'll rollback 0.2.8 and ask the author to review it
Sorry, something went wrong.
can you please test 0.2.9 which I didn't publish?
//cc @fouasnon can you please take a look at this?
sorry, that I've just published
Sorry didn't see this issue. Is it still a problem?
No branches or pull requests
Version: 0.2.8 (0.2.7 doesn't have the problem)
Relevant part of Gruntfile.js
Relevant output for
grunt cdn --verbose
The text was updated successfully, but these errors were encountered: