Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clydedz/gulp-demo
Demo repository for my Medium article How To Inject CSS Code Into an HTML Page?
https://github.com/clydedz/gulp-demo
css gulp gulp-inject gulp-js gulp-plugin gulp-replacement gulp-sass gulp-task html inject sass scss
Last synced: about 1 month ago
JSON representation
Demo repository for my Medium article How To Inject CSS Code Into an HTML Page?
- Host: GitHub
- URL: https://github.com/clydedz/gulp-demo
- Owner: ClydeDz
- Created: 2020-04-09T05:01:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T00:56:08.000Z (almost 2 years ago)
- Last Synced: 2024-09-24T08:31:48.142Z (about 2 months ago)
- Topics: css, gulp, gulp-inject, gulp-js, gulp-plugin, gulp-replacement, gulp-sass, gulp-task, html, inject, sass, scss
- Language: JavaScript
- Homepage: http://bit.ly/cdz204
- Size: 424 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gulp demo
Compiles Sass files into minified CSS, automaticaly adds the CSS files as `` tags into the HTML file, then uses these CSS links to inject the contents of the CSS file into the HTML file.