This repository has been archived by the owner on Aug 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Setup CSS bundling, add bootstrap/normalize stylesheets #4
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kiootic
reviewed
May 19, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's hold this PR after #5 is merged, so that we can test the full CI flow.
@Arthelon Please rebase on master branch. |
Signed-off-by: Arthelon <[email protected]>
Arthelon
force-pushed
the
add-cdn-links
branch
3 times, most recently
from
May 20, 2020 02:27
8fe5ef4
to
edf709d
Compare
imports Signed-off-by: Arthelon <[email protected]>
Arthelon
changed the title
Add CDN links for bootstrap/normalize
Setup CSS bundling, add bootstrap/normalize stylesheets
May 20, 2020
Signed-off-by: Arthelon <[email protected]>
kiootic
reviewed
May 20, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm getting this error when running npm run dev
:
✗ client
'import' and 'export' may only appear at the top level
11: }
12:
13: export function connect(port) {
^
14: if (source || !window.EventSource) return;
Do you know why/how to fix it?
Seems to be an unresolved issue with rollup/sapper: sveltejs/sapper#1151 . I will try to find a fix. |
…e for GlobalCSS import Signed-off-by: Arthelon <[email protected]>
kiootic
reviewed
May 20, 2020
Previously, when running the 'dev' npm command. Sapper would spit out the following error message: "'import' and 'export' may only appear at the top level " This issue is related to sapper and the commmonjs rollup plugin: rollup/plugins#304 Resolve temporarily by downgrading @rollup/plugin-commonjs to 11.0.2 Signed-off-by: Arthelon <[email protected]>
Signed-off-by: Arthelon <[email protected]>
kiootic
approved these changes
May 20, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR addresses #1