-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [WIP] Added webpack + react configuration setup (credits: https://github.com/enuchi/React-Google-Apps-Script) Currently in this version the build step is working. The code still needs to be converted to React to be functional. * Converted the import dialog to React, it builds, still some parts need to be converted * remove old plain javascript and html files + use materializecss through package to fix typings * installed external packages (Papaparse, tabulator) + set declarations for google.script.host * set version 1.1.1 as there are not breaking changes to the user, everything should look the same after this release. Only difference is the build process and the use of React
- Loading branch information
1 parent
e723a3d
commit 1e8b668
Showing
29 changed files
with
7,994 additions
and
2,890 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
{ "scriptId": "1viSsQkJME8IWYt6v-LplS1i-06k4qpZ5Qb9hUuxpofPHUaFtJuQbOo-T" } | ||
{ | ||
"rootDir": "dist", | ||
"scriptId": "1viSsQkJME8IWYt6v-LplS1i-06k4qpZ5Qb9hUuxpofPHUaFtJuQbOo-T" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
# ignore all files... | ||
**/** | ||
|
||
# except for the extensions | ||
!appsscript.json | ||
!dist/* | ||
|
||
.git/** | ||
node_modules/** | ||
|
||
# this is a generated file that will be inlined within the generated HTML | ||
# no need to deploy it | ||
main.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.