-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using Webpack to generate our JavaScript loaded CSS (#2003)
* Load JS-only styles via Webpack This is a precursor for moving our CSS asset building onto node based tooling by focusing first on our JavaScript CSS assets. The loadStyle global is no longer needed as we can load our CSS via JS now. The code in the head is removed, and the Makefile built js-all.css file is now no longer used, instead the contents will be shipped inside the all.js file (Note the bundlesize increase - this is the CSS being added to that JS file) See: #1879 See: #1123 * Creates lessc Makefile function to DRY up Less commands
- Loading branch information
1 parent
0818d6b
commit 402e3b3
Showing
6 changed files
with
20 additions
and
37 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
This file was deleted.
Oops, something went wrong.
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
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