Code Monkey home page Code Monkey logo

gulpfiction's Introduction

Setup

Run npm install -g gulp to install tools.

Then run the following command to start the server and the watcher (livereload included):

$ (cd build/ && python -m SimpleHTTPServer) & gulp watch &

Pages

If not running locally, we can deploy to:

Todo

  • For some reason, task dependencies are not saved
  • npm search doesn't work right now

gulpfiction's People

Contributors

damienklinnert avatar k-lange avatar miketierney avatar sfroestl avatar w20k 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gulpfiction's Issues

GulpFiction as a local interface on build tasks ?

Congrats for your project ! I found it very interesting.

Do you plan / are you interested to make it usable as a local tool ?

I.E : the ability to launch gulp tasks on the local filesystem, directly from the UI. It could help a lot front-end / webdesign people who are not too much tech-savvy.

Can't find some repos

This is more a doubt than a issue indeed.

Currently, I'm not able to use gulp-stylus on steps because there is no matches, even though the package exists and begins with gulp gulp-stylus. Is there a way, workaround, explanation?

Variable names don't match up

Just exported the following:

// Untitled Project - created with Gulp Fiction
var gulp = require("gulp");
var concat = require("gulp-concat");
var w3cjs = require("gulp-w3cjs");
gulp.task("default", [], {
    gulp.src([{"path":"./src/**/*.js"},{"path":"./lib/**/*.js"}])
        .pipe(gulpConcat("all.js"))
        .pipe(gulp.dest("./build/"));
});
gulp.task("html_validate", [], {
    gulp.src([{"path":"**/*.html"}])
        .pipe(gulpW3cjs())
        .pipe(gulp.dest("build"));
});

gulpConcat and gulpW3cjs are undefined.

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.