• Stars
    star
    108
  • Rank 314,789 (Top 7 %)
  • Language
    CoffeeScript
  • Created almost 10 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A chrome extension to bookmark deeply nested DOM elements

DomFlags

DomFlags.com — View in the Chrome store

A chrome extension to create keyboard shortcuts to DOM elements.

DomFlags is now open source. Cheers! @_LaPier

Development

The coffeescript files are the development versions. The *.js files are created with coffeebar, which you can install with:

$ npm install -g coffeebar

With coffeebar installed, you can use the following to have coffeebar watch, compile, and minify the coffeescript files:

$ coffeebar -w -m src

Compile sass for the Inject CSS

$ sass --watch --style compressed src/inject/sass/:src/inject

Compile sass for the Options CSS

$ sass --watch --style compressed src/options/sass/:src/options