Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

hrahimi270/gulp-static-website-generator

Repository files navigation

Gulp static site bundler

With this project, you can create stunning website with modern Javascript (ES6) and CSS or SCSS.

Features

  • Live server and auto-reload
  • tree-shaking (What is tree-shaking?)
  • Using CSS or SCSS
  • Autoprefix and preprocessor styles
  • Import modules or packages from node_modules
  • Hash the filenames after final build
  • Watching files for any change
  • Inject css and js to html pages

I used browserify for bundle the Javsscript and Gulp.js for managing tasks.

CSS Folder

All css files in this folder, bundles into one css file that named styles-customized.css. And it will placed at build/css folder. You can use it as your second way to customize styles for your project.

SCSS Folder

This folder contains a main.scss file. Note: don't delete this file. You can use this file for your scss styles in this file. You can also import other scss files from node_modules or other .scss files.

JS Folder

This file contains a index.js file. Note: Don't delete this file. You can write your js code in this file. You can also import js files from node_modules or other .js files.

Images Folder

Images in this folder will copied into build/images folder. Note: The biuld proccess reduce & optimeze images size.

License

This project is under MIT License.

About

Build and create static website with HTML, CSS, ES6 using Gulp.js and Browserify.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published