Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-k authored Oct 24, 2016
1 parent 0ed3ff6 commit 1e95841
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Folders

* /js contains the uncompressed javascript for the content-script
* /less contains the sources for the content-styles
* /plugin contains the plugin which gets bundled and installed in firefox

# Development

Requirements:
* browserify
* nodejs / npm
* jpm

## Build the contentscript

```
$ cd /js
$ npm install
$ browserify index.js -t babelify -t [hbsfy -t] -o ../plugin/data/contentscript.js
```

## Build the contentstyle

```
$ cd /less
$ npm install
$ grunt less
```

## Bundle the plugin

```
cd /plugin
jpm xpi
```

0 comments on commit 1e95841

Please sign in to comment.