1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-09 19:24:58 +02:00

59 Commits

Author SHA1 Message Date
Kushagra Gour
b37eab4386 Merge remote-tracking branch 'origin/master' into manifestv3 2024-05-06 17:54:20 +05:30
Kushagra Gour
28a1bf92d2 remove dist from cleanup 2024-05-06 12:49:01 +05:30
Kushagra Gour
13b501a228 fix gulp tasks 2024-05-04 11:54:45 +05:30
Kushagra Gour
6553a424de get JS working again 2024-04-10 13:58:08 +05:30
Kushagra Gour
cfd977ec9b copy indexpm to app folder 2024-03-27 14:26:28 +05:30
Kushagra Gour
c44bf2e6ed change app folder to create 2024-02-29 18:02:21 +05:30
Kushagra Gour
831cfd74e5 add json file to build watcher 2024-02-20 10:59:07 +05:30
Kushagra Gour
92c1ef6ef6 export extension task 2023-05-29 01:28:04 +05:30
Kushagra Gour
2f40d21bae gulp: add extension setup task 2023-05-28 18:57:55 +05:30
Kushagra Gour
b23b632bff fix sw generation 2022-04-06 20:29:39 +05:30
Arnab Sen
3f97bb7072 Fixes in the gulpfile
- there is no vendor.js file hence removed the minifyJs call on that
- added callback function parameter to the anonymous function of release
  and devRelease
2022-03-26 15:29:05 +05:30
Kushagra Gour
5e548d681c Merge remote-tracking branch 'origin/master' into v5 2022-03-08 12:37:56 +05:30
Kushagra Gour
18a5007a2a upgrade firebase and import css files 2022-03-08 12:31:44 +05:30
RuntimeTerror10
c7faa25a7c Add build-extension task in gulpfile.js 2022-02-20 14:05:37 +05:30
Kushagra Gour
5380b41925 fix copy files 2021-04-01 15:19:16 +05:30
Kushagra Gour
f0bebb14f3 remove package ext from devrelease 2021-04-01 14:45:32 +05:30
Kushagra Gour
f540ffb936 gulpfile: add logging in exec commands 2021-03-31 03:13:23 +05:30
Kushagra Gour
9660e2390c upgrade to gulp 4 2021-01-18 16:32:06 +05:30
Kushagra Gour
a162c5e555 gulpfile: add back packaging extension task to release 2019-07-03 03:21:57 +05:30
Kushagra Gour
7a0e21a991 gulpfile: fix task running out of order 2019-03-18 11:28:50 +05:30
Kushagra Gour
4a914de814 netlify: build with minification 2019-03-18 10:51:47 +05:30
Kushagra Gour
cd9d3dd686 gulp: fix release task 2019-03-15 17:21:30 +05:30
Kushagra Gour
962021a8bf gulpfile: changes for new packages/website 2019-03-14 23:33:31 +05:30
Kushagra Gour
52138ada4a create single folder with website and app 2019-02-28 22:53:29 +05:30
Kushagra Gour
1103950696 remove useless virtual-file-sw file. 2019-02-28 19:57:44 +05:30
Kushagra Gour
8678a2bb2a gulp: copy preview folder in build 2019-02-28 19:01:02 +05:30
Kushagra Gour
df9ca995d4 Add a gulp server to serve preview domain on 7888 2019-02-28 16:52:07 +05:30
Kushagra Gour
fe9891354f build: import virtual file handling sw in main sw 2019-01-28 23:13:10 +05:30
Kushagra Gour
2a4e555f57 gulp: add a dev release task 2019-01-28 18:10:39 +05:30
Kushagra Gour
deb03e7c7d setup build process for monaco files. public path is set to relative to support async chunk loading in app and extension both 2018-12-09 23:10:14 +05:30
Kushagra Gour
6aa2f1f70f extension: fix path for worker 2018-10-25 22:29:14 +05:30
Kushagra Gour
f49c9a1f68 add prettier inside worker on shift-tab 2018-10-25 16:15:47 +05:30
Kushagra Gour
d4dd5b5015 disable mangling for code more than 400kb 2018-10-25 12:17:36 +05:30
Kushagra Gour
9b14ff9294 gulp: copy templates n assets 2018-07-31 01:16:26 +05:30
Kushagra Gour
ea5d12d555 move images to assets folder 2018-07-31 01:03:38 +05:30
Kushagra Gour
5f112336d9 gulpfile: fix zip task pattern 2018-06-23 12:12:36 +05:30
Kushagra Gour
c072a2624b add version to extension zip name 2018-06-23 09:42:42 +05:30
Kushagra Gour
540fd3b22e add icons to app/ 2018-06-22 21:39:29 +05:30
Kushagra Gour
7cd3902898 manifest fixes 2018-06-22 12:38:00 +05:30
Kushagra Gour
1566c702ed add extension packaging task 2018-06-21 01:01:48 +05:30
Kushagra Gour
380c60eca6 gulp: uncomment minify vendor task 2018-06-19 11:01:39 +05:30
Kushagra Gour
475e429b89 gulp: fix swconcat task 2018-06-19 10:59:46 +05:30
Kushagra Gour
7a5c55a27c gulp: add task to concat sw-registrations and fix fixIndex task 2018-06-19 10:49:26 +05:30
Kushagra Gour
bbd1a95f35 fix release process 2018-06-16 19:18:24 +05:30
Kushagra Gour
443844177c gulp: add patreon.png to assets 2018-02-12 01:53:00 +05:30
Kushagra Gour
16acb03593 fix detached window updation in webapp 2018-02-08 03:25:32 +05:30
Kushagra Gour
be977f5930 fixedsys: correct name 2018-01-26 17:14:29 +05:30
Kushagra Gour
d0c1c4d146 gulpfile: copy favicon and prttify 2018-01-23 02:13:55 +05:30
Kushagra Gour
3d448471ae gulpfile: minify screenlog.js also 2018-01-14 11:33:14 +05:30
Kushagra Gour
7f5e1fd558 gulpfile: minor log styling 2018-01-14 10:54:54 +05:30