no it can’t
This commit is contained in:
@ -42,11 +42,8 @@ Execute `./build.js` to effectively concatenate `main.js` with all the files in
|
|||||||
My dev setup is like this:
|
My dev setup is like this:
|
||||||
- checked out git repository
|
- checked out git repository
|
||||||
- symlinked the user script to the version in the repo. It should work like this:
|
- symlinked the user script to the version in the repo. It should work like this:
|
||||||
```sh
|
- `cd ~/.mozilla/firefox/<YOUR FF PROFILE>/scriptish_scripts/ingress-intel-total-conversion@breunigs`
|
||||||
cd ~/.mozilla/firefox/<YOUR FF PROFILE>/scriptish_scripts/ingress-intel-total-conversion@breunigs
|
- `ln -s ~/<PATH TO REPO>/total-conversion-build.user.js ingress-intel-total-conversion@breunigs.user.js`
|
||||||
|
|
||||||
ln -s ~/<PATH TO REPO>/total-conversion-build.user.js ingress-intel-total-conversion@breunigs.user.js
|
|
||||||
```
|
|
||||||
- if you are working on styles or scripts that are normally served via HTTP, you can setup an HTTP server for the current directory at `http://0.0.0.0:8000` using `python -m SimpleHTTPServer`.
|
- if you are working on styles or scripts that are normally served via HTTP, you can setup an HTTP server for the current directory at `http://0.0.0.0:8000` using `python -m SimpleHTTPServer`.
|
||||||
- run `./autobuild.sh` to re-build the user script whenever you make changes
|
- run `./autobuild.sh` to re-build the user script whenever you make changes
|
||||||
- Focus the location bar and hit enter instead of reloading. This way your browser doesn’t look for new versions of cached files.
|
- Focus the location bar and hit enter instead of reloading. This way your browser doesn’t look for new versions of cached files.
|
||||||
|
Reference in New Issue
Block a user