You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
quickfix
The text was updated successfully, but these errors were encountered: