aurelia / documentation

The documentation for Aurelia.
MIT License
105 stars 111 forks source link

Issue in Contact Manager App.html #364

Closed WisdomCorp closed 5 years ago

WisdomCorp commented 5 years ago

In the Step: Adding A loading Indicator here

below line generates error - <require from="bootstrap/css/bootstrap.css"></require>

The error is -

ERROR in ./src/app.html Module not found: Error: Can't resolve 'bootstrap/css/bootstrap.css' in 'C:\Work\temp\aureliaTS\contactmanager\src'

PS: It seems to work fine, once I deleted the above code.

Alexander-Taran commented 5 years ago

ok. you don't need that require. You already included that css in the main.ts/.js If you could create a pull request removing that line from app.html source @ the step - would be great.

avrahamcool commented 5 years ago

I think this can be closed. the wrong line of code is no longer there. (probably was fixed a while ago - and this issue was forgotten)