Git Product home page Git Product logo

gulp-template-projects's Introduction

gulp-template-projects

A project based on gulp in order to use it as a template for every front-end project.

Installation

  1. Clone or Download the git project.
  2. Use npm to install all dependencies.
npm install
  1. Once you finish to install the dependencies you can start to use it.

Usage

Run development tasks:

By default gulp command run the development task.

gulp
gulp development
gulp production

Features / Gulp Dependencies

Features Task Tools Used
CSS styles Sass
JavaScript scripts Babel, Webpack
Images copy-images Compression with imagemin

Notable changes from 1.0

  • Support for Babel.js in the gulpfile.babel.js
  • The gulp tasks were broken in separated files.
  • update directory structure
  • Added the next tasks
    • clean delete the files which were built either development or production task.
    • copy-html copy the html assets to the build directory.
    • copy-images apply gulp-imagemin and after copy the images.
    • lint apply gulp-eslint to js files
    • scripts apply babel, uglify and concat to js files
    • styles apply sass and autoprefixer to scss files
    • watch listen the changes in the above tasks.
  • Added documentation for tasks.
  • Added ignored entries for IDEA, node_modules and build files.

Pending to publish a post : http://codesandtags.org


gulp-template-projects's People

Contributors

codesandtags avatar

Watchers

James Cloos avatar Juan Gómez avatar  avatar  avatar

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.