Skip to content

Commit

Permalink
convert repository to pure WebExtension (new-xkit#1838)
Browse files Browse the repository at this point in the history
  • Loading branch information
AprilSylph authored Jun 11, 2020
1 parent 83f78a7 commit f3502c2
Show file tree
Hide file tree
Showing 20 changed files with 5,670 additions and 2,072 deletions.
3 changes: 0 additions & 3 deletions .csslintrc

This file was deleted.

5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Do not commit this

# Only ignore build/ in project root
/build

.DS_Store

node_modules/
web-ext-artifacts/

/Extensions/dist/*.json

/Extensions/dist/page/gallery.json
/Extensions/dist/page/list.json
/Extensions/dist/page/themes.json
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 8
- 12
before_install:
- npm install -g npm@latest
- npm install -g gulp-cli
Expand Down
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,3 @@ Read the guide on [writing a new extension](./docs/extensions/Writing-a-New-Exte

### Develop XKit
Review the project prerequisites and learn how to [build XKit from source](./docs/contributing/Build-XKit.md).

### Quickstart
In your clone of this repository run:

```sh
npm install
```

Use Node 8 for best compatibility. Some commands, such as `npm test`, will fail on Node 10+.

To build XKit from source, run:

```sh
gulp build
```

Builds can be found in the `build/` directory.

For a list of available build tasks, see [the documentation](./docs/contributing/Build-XKit.md#gulp-tasks).
74 changes: 0 additions & 74 deletions Safari/Info.plist

This file was deleted.

Loading

0 comments on commit f3502c2

Please sign in to comment.