GithubHelp home page GithubHelp logo

runt18 / taskcluster-tools Goto Github PK

View Code? Open in Web Editor NEW

This project forked from taskcluster/taskcluster-tools

0.0 3.0 0.0 2.03 MB

Tools for debugging, inspecting and managing TaskCluster

JavaScript 80.45% CSS 19.16% HTML 0.39%

taskcluster-tools's Introduction

TaskCluster Tools

This repository contains a collection of useful tools for use with TaskCluster. Generally, we strive to not add UI to TaskCluster components, but instead offer well documented APIs that can be easily consumed using a client library for TaskCluster. See TaskCluster documentation site for details.

Developing TaskCluster Tools

Code Organization

  • lib/ (code intended for reuse)
  • / (application specific-code, can be reused)
  • *.jsx (file containing JSX)
  • *.js (file with pure Javascript, no JSX syntax or header)

Grunt Tasks and Configuration

Our grunt file offers compilation of:

  • Javascript/JSX (react.js) files to browserified bundles
  • less files to CSS
  • jade files to HTML

Testing changes

Install the dependencies needed for grunt and start it up:

  • npm install
  • grunt develop

Grunt allows you to test and see your changes. The grunt default task builds, watches sources and serves them from http://localhost:9000.

Available targets

  • grunt, the default target build, watches sources and serves the build/ folder on http://localhost:9000/.
  • grunt build, builds sources into the build/ folder.
  • grunt clean, delete generated files (ie. deletes the build/ folder).
  • grunt develop, it serves on localhost and watches sources

Configuration with Sublime 2

Install sublime-react, open one of .jsx files the do:

View > Syntax > Open all with current extension as... > JavaScript (JSX)

Testing

Until someone comes up with something better, which probably involves redux or similar, all testing is manual. Open the tools and check that they work.

taskcluster-tools's People

Contributors

jonasfj avatar djmitche avatar jhford avatar acmiyaguchi avatar gregarndt avatar petemoore avatar eggylv999 avatar imbstack avatar garbas avatar techchic avatar aholachek avatar armenzg avatar walac avatar lightsofapollo avatar mshal avatar

Watchers

James Cloos 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.