Skip to content

No Support for .cur cursor file loading #2733

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

Closed
kgathi2 opened this issue Oct 16, 2016 · 1 comment
Closed

No Support for .cur cursor file loading #2733

kgathi2 opened this issue Oct 16, 2016 · 1 comment
Labels
P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent

Comments

@kgathi2
Copy link

kgathi2 commented Oct 16, 2016

Please provide us with the following information:

OS?

Mac OSX El Capitan

Versions.

version` and paste the result here:
angular-cli: 1.0.0-beta.15
node: 5.10.0
os: darwin x64

Repro steps.

In a new project, add stylesheet referencing .cur cursor file
curs.zip

    .left{
        cursor: url("assets/img/arrow-left.png"), url("assets/img/arrow-left.cur"), default !important;
    }
    .right{
        cursor: url("assets/img/arrow-right.png"), url("assets/img/arrow-right.cur"), default !important;
    }

The log given by the failure.

Normally this include a stack trace and some more information.

ERROR in ./src/assets/img/arrow-right.cur
Module parse failed: /Users/superman/ngapp/src/assets/img/arrow-right.cur Unexpected character '' (1:0)
You may need an appropriate loader to handle this file type.
(Source code omitted for this binary file)
 @ ./~/css-loader!./~/postcss-loader!./~/sass-loader!./src/styles.scss 6:103859-103898
 @ ./src/styles.scss
 @ multi styles

ERROR in ./src/assets/img/arrow-left.cur
Module parse failed: /Users/superman/ngapp/src/assets/img/arrow-left.cur Unexpected character '' (1:0)
You may need an appropriate loader to handle this file type.
(Source code omitted for this binary file)
 @ ./~/css-loader!./~/postcss-loader!./~/sass-loader!./src/styles.scss 6:103697-103735
 @ ./src/styles.scss
 @ multi styles

Mention any other details that might be useful.


Thanks! We'll be in touch soon.

@filipesilva filipesilva added type: enhancement P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent labels Oct 17, 2016
@hansl hansl modified the milestone: RC1 Nov 11, 2016
buchslava added a commit to buchslava/angular-cli that referenced this issue Jan 31, 2017
@hansl hansl closed this as completed in 85bc88a Feb 8, 2017
MRHarrison pushed a commit to MRHarrison/angular-cli that referenced this issue Feb 9, 2017
asnowwolf pushed a commit to asnowwolf/angular-cli that referenced this issue Apr 12, 2017
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants