marcorinck / ngStart

skeleton project for new angular.js projects
MIT License
195 stars 29 forks source link

case-senstitive less:development / windows newlines #32

Open git-j opened 9 years ago

git-j commented 9 years ago

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