This repository has been archived by the owner on Jun 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Used path.join to join paths correctly (fixes #96)
- Loading branch information
1 parent
dbdd3b2
commit 0eefaa8
Showing
4 changed files
with
42 additions
and
27 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
# Upgrade guide | ||
|
||
## From 0.3.2 to 0.4.0 | ||
The way we construct the dist vendor css bundle has changed. | ||
In your vendor.scss file, if you import third party stylesheets from jspm_packages or from node_modules, then you'll need to change the relative path. | ||
Assuming that you have the same file structure as described in the [readme](README.md), then the import should look like this: | ||
|
||
``` | ||
@import '../../jspm_packages/github/necolas/[email protected]/normalize.css'; // the path refers to the file at BUILD time | ||
``` | ||
|
||
## From 0.3.1 to 0.3.2 | ||
No modification mandatory with this release. | ||
|
||
## From 0.3.0 to 0.3.1 | ||
No modification mandatory with this release. | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "modern-web-dev-build", | ||
"description": "Modern Web Development Build.", | ||
"version": "0.3.3", | ||
"version": "0.4.0", | ||
"author": { | ||
"name": "Sebastien Dubois", | ||
"email": "[email protected]", | ||
|
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