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

case-senstitive less:development / windows newlines #32

Open
git-j opened this issue Jan 31, 2015 · 0 comments
Open

case-senstitive less:development / windows newlines #32

git-j opened this issue Jan 31, 2015 · 0 comments

Comments

@git-j
Copy link

git-j commented Jan 31, 2015

in /app/less/ is a file "ngstart.less"

the grunt target less:development (and production) tries to compile the "ngStart.less" file which files on unix operating systems.

fix: rename less files in the exact casing as the modules

and: readme.md contains ^M (\xa) line delimiters which is not consistent with other files of the repository. please configure git to upload unix newlines.

precondition:

npm/bower@unix

steps

git clone repository
grunt web

expectation

message about started webserver (

acctual

Running "less:development" (less) task
Verifying property less.development exists in config...OK
Files: [no src] -> target//ngStart.css
Options: report="min", banner="", modifyVars={"fa-font-path":"\"../app/fonts/\"","icon-font-path":"\"../app/fonts/\""}
>> Destination target//ngStart.css not written because no source files were found.

quickfix

mv app/less/ngstart.less app/less/ngStart.less
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

1 participant