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

fix load semantic.min.css error #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

404157386
Copy link

Hello, in chapter floder "built_in_directives", webpack run error, because:

  1. Css resolve loader excludes semantic.min.css;
  2. The index.html stylesheet link src is worng when run at webpack-dev-server.
    It's no need to refer this css at html, it has been require('../css/vendor/semantic.min.css') at app/ts/assets.ts;

I fixed them and please check.

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

Successfully merging this pull request may close these issues.

1 participant