Skip to content

frontendjim/gulp-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp Starter

Gulp Starter is a project template which uses Gulp to compile CSS to SASS, minimise CSS and JS files, optimising images, Browsersync for time-saving while development and much more!


Installing

  1. git clone https://github.com/ummahusla/Gulp-Starter.git folder-name
  2. cd /folder-name && npm install
  3. gulp

You should see very similar output in console

[10:53:52] Using gulpfile /folder-name/gulpfile.js
[10:53:52] Starting 'default'...
[10:53:52] Starting 'sass'...
[10:53:52] Starting 'browser-sync'...
[10:53:52] Finished 'browser-sync' after 12 ms
[BS] Access URLs:
 ---------------------------------------
       Local: http://localhost:3000
    External: http://192.168.15.166:3000
 ---------------------------------------
          UI: http://localhost:3001
 UI External: http://192.168.15.166:3001
 ---------------------------------------
[BS] Serving files from: app
[BS] 1 file changed (styles.css)
[10:53:52] Finished 'sass' after 146 ms
[10:53:52] Starting 'watch'...
[10:53:52] Finished 'watch' after 18 ms
[10:53:52] Finished 'default' after 167 ms

Dependencies

  • browser-sync
  • del
  • gulp
  • gulp-cache
  • gulp-cssnano
  • gulp-if
  • gulp-imagemin
  • gulp-sass
  • gulp-uglify
  • gulp-useref
  • gulp-autoprefixer
  • run-sequence

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

License

MIT License

Copyright (c) 2018 Edvins Antonovs

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

🚀 Gulp starter template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.4%
  • HTML 22.6%
  • CSS 2.0%