Giter Site home page Giter Site logo

gulp-workflow's Introduction

#Overview Warning: This is now been replaced by our project boilerplate. This project will be deprecated. If you wish to use this script, please fork it and maintain it to fit your needs.

This repository is for easily deploying our Gulp workflow. Currently, we only have one command available but aim to have a command for each step of the web development timeline.

##Download

To get the gulp-workflow install script, cd to your project's directory and run the following wget command.

wget -N https://raw.githubusercontent.com/rapidwebltd/gulp-workflow/master/INSTALL.sh

#Usage Run the ./INSTALL.sh script from your Ubuntu machine. It should be saved inside the working project's root directory.

If you receive a Permission denied error, you need to make the script executable with chmod +x INSTALL.sh.

##Commands

gulp watch

(Keeps an eye on your Bootstrap and LESS files by runs Bootlint and Lessc upon file changes)

##Default Directories By default the script looks for Bootstrap, LESS, JS files in the following locations, these can be edited when running the script, if required: ###Bootstrap './*.html', './index.php', './**/*.html', './**/*.php'

###LESS './*.less', './**/*.less'

###CSS Output './css/style.css'

##JavaScript './*.js', './**/*.js'

#License MIT

##Todo:

  • Initial JSHint support (In Progress)
  • Further error catching

gulp-workflow's People

Contributors

divineomega avatar ojdon 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.