| Age | Commit message (Collapse) | Author |
|
Previously this rule was passing all inputs to Browserify. We only need
to pass `index.js`.
|
|
Makes it easier to find for distribution and removes a circular Make
dependency (which gets ignored).
|
|
Previously, if I modified any TypeScript file other than `index.ts`,
Make wouldn't rebuild. Depend on all JS files in build/ to ensure the
output script gets rebuilt on changes.
|
|
Since it looks like everything's going to happen in the content script,
might as well make this a user script instead.
Build with Browserify in order to get a compiled JS file compatible with
browsers.
For some reason I'm currently getting an error complaining that the
`stylesheet` variable is `null`. Need to look into that.
|