Skip to content

Bootstrap 4 with gulp build tools autoprefixer, sass, imagemin, uglify,

License

Notifications You must be signed in to change notification settings

balcoder/dbweb-bootstrap-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Advanced Usage

After installation, run npm install and then run npm start which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the gulpfile.js to see which tasks are included with the dev environment.

Gulp Tasks

  • gulp the default task that builds everything
  • gulp watch browserSync opens the project in your default browser and live reloads when changes are made
  • gulp css compiles SCSS files into CSS and minifies the compiled CSS
  • gulp js minifies the themes JS file
  • gulp vendor copies dependencies from node_modules to the vendor directory

You must have npm and Gulp installed globally on your machine in order to use these features.

Copyright and License

Copyright 2013-2019 DbWebWorks. Code released under the MIT license.

About

Bootstrap 4 with gulp build tools autoprefixer, sass, imagemin, uglify,

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published