Giter Club home page Giter Club logo

bulp-starter-package's Introduction

Bulp Starter Package!

Before your eyes is the starter package for using Bulp. Bulp is a basic gulp build system that supports concatenation, minification, image optimization, and renaming of files. It also comes packed with other goodies such as autoprefixer and uglification as well as browser sync. No more hassles of refreshing the browser everytime you want to see the output of the modified code.

Also within this package is a src directory and a dist directory for non-compiled and production ready code. The file structure is already set up and includes Boostrap as a starting point, if you are in to that sort of thing. Just add code to your *.scss files, *.html files, and *.js files, run gulp in the terminal, and watch MAGIC unfold before your eyes!

Installation

Clone or download the repo to your local machine.

  • git clone https://github.com/chrisdemars/bulp-starter-package.git PROJECTNAME

Open the directory with the project.

  • cd PROJECTNAME

Run npm install.

  • npm install

Open the project in your favorite editor.

  • atom .

Open the terminal and run gulp so that it starts running before you start making any changes.

  • Every time you start working on your project, make sure to run gulp so all the files can be watched for changes and the tasks can run against those files.

Note

In the gulpfile.js, browser sync is calling chrome canary. If you don't have or use chrome canary or chrome at all, you can change it to just google chrome or whatever browser you wish.

    browserSync.init({
        server: './',
        browser: "google chrome canary"
    });

Contribute

If you have a great package that can be added or you think something can be tweaked, by all means fork, clone, and submit a PR. I am welcome to everything.

bulp-starter-package's People

Contributors

chrisdemars avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

bulp-starter-package's Issues

Add a `clean` task

Sometimes it's good to have clean builds that remove dist and build everything from scratch. I propose adding such a task. If you'd like I can do this and create a PR.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.