Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

mcomella/is-it-in-nightly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is no longer maintained. See Did It Land for an actively maintained replacement.

Build Status

Is it in Nightly?

Find out if a given changeset is in the latest Nightly build. Try it live at http://mcomella.xyz/is-it-in-nightly.

For more info (including implementation details), check out my blog post.

Setup

Install deps:

npm install

Run

To compile:

npm run build

Open the file locally in your browser. On OS X:

open dist/index.html

Or host a local web server:

cd dist && python -m SimpleHTTPServer

By default, connect to localhost:8000.

Development

To build as files are edited:

npm run watch

Test

Run:

npm test

About

Determine if a changeset is in the latest Firefox Nightly build

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published