This website requires JavaScript.
Explore
Help
Sign in
hiro
/
tridactyl
Watch
1
Star
0
Fork
You've already forked tridactyl
0
mirror of
https://github.com/vale981/tridactyl
synced
2025-03-05 09:31:41 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
7697072be1
tridactyl
/
.gitignore
7 lines
94 B
Text
Raw
Normal View
History
Unescape
Escape
Ignore build stuff.
2017-09-25 05:37:56 +01:00
build
Convert to es6 modules Motivation: - Most test frameworks expect modules - I'm told they're the future Changes: - Every typescript source file is now an es6 module - Build system is now webpack (tho rollup makes nicer outputs) - Outputs of buildsystem are one js file per entry point (background, content, commandline_frame) - These bundled js files are generated by traversing the dependency graph of each entry point
2017-10-02 00:59:51 +01:00
node_modules
git: ignore generated excmds files
2017-10-19 05:17:53 +01:00
src/excmds_background.ts
src/excmds_content.ts
build: Move scripts out. Make generated files obv. To speed up builds, typedoc is now run in the background, which means that the build won't fail if typedoc fails.
2017-11-08 18:09:20 +00:00
generated
web-ext-artifacts
Reference in a new issue
Copy permalink