Code Monkey home page Code Monkey logo

gulp-project-template's People

Contributors

brnrdog 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

Watchers

 avatar  avatar  avatar  avatar

gulp-project-template's Issues

Connect to a server

As a developer I want to run a task to connect my app in a server.

The task will:

  • Connect a server in a default port

Test gulpfile.js

It would be nice to have tests that check our gulpfile.js is working just fine.

Compile styles

The story:
As a developer I want to run a task to compile all my scss/less/stylus files so I don't need to manually compile them.

The task will:

  • Compile sass files
  • Add autoprefixer

Concatenate scripts

As a developer I want to run a task to concatenate and uglify my scripts so I can have a unique optimized script in my application.

The task will:

  • Run jsHint through the scripts
  • Concatenate all scripts

Roadmap to 0.1

The tasks this template aims are:

  • Compiles scss files
  • Minify styles
  • Compiles CoffeeScript files
  • Bundles js modules with browserify
  • Runs jsHint against js files
  • Runs mocha tests
  • Generates an optimized build
  • Starts a server
  • Watches for changes

Add task build

As a developer I want to run a task that will produce a 'technically perfect' build of my application so I can deliver it for production.

The task will...?

  • Compile and minify styles
  • Compile, run jsHint against, bundle modules and uglify them
  • Optimize images (minify)
  • Run tests

Optimize images

As a developer I want to run a task to optimize my assets images so I can worry less about my assets size.

The task will:

  • Minify image files (png, jpg and gif)

Default task

As a developer I want to run a default task with some common tasks so I can save time.

The task will...?

  • #1 Compile Styles
  • #2 Concatenate and optimize scripts
  • #4 Connect to a server
  • Run tests
  • Watch for changes

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.