blog/gulpfile.js
Thibault “Adædra” Hamel f85d4d562e Explode gulpfile
* Import TypeScript
* Explode gulpfile into smaller files
* Actual CSS and Font (incomplete) file cache buster
2024-06-21 21:17:32 +02:00

3 lines
74 B
JavaScript

export * from "./lib/tasks.ts";
export { default } from "./lib/tasks.ts";