aurelia-materialize-bridge: Add missing steps to the installing guide (Documentation)

I followed the installing guide steps http://aurelia-ui-toolkits.github.io/demo-materialize/#/installation, and after hours trying to get the components working, i found out that i needed to run:

jspm install npm:materialize-css

And after that, i had to manually add the map of ‘materialize’ to the config.js file.

In the docs, it says to add

import 'materialize';

to the beginning of the main.js file, but it does not explain how to install the dependencies to make the code above works.

Could you guys update the documentation to go through all the steps needed in order to make everything works?

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 16 (2 by maintainers)

Most upvoted comments

I just took a completely new download of the esnext skeleton (from their “releases” tab) and installed materialize and the bridge. I can reproduce this issue.

We may have an unnecessary dependency on aurelia-pal which is missing in the skeleton. I’d like to check this out.

Did my “quick fix” work, btw? 😄

Please continue discussion in a new issue: #256

Since this issue is closed and the original issue has been about something completely different. 😄

Dis you run jspm update? For a quick fix try jspm install aurelia-pal but I suppose this should be pulled by Aurelia skeleton already.

Anyway, I wonder why this happens.