Skip to content

Commit

Permalink
Merge pull request #36 from obewds/dev
Browse files Browse the repository at this point in the history
0.10.2 - patching missing app.vv.ts generation/installation for jetstream apps
  • Loading branch information
oberocks authored Aug 22, 2023
2 parents 7a4c7ab + c91b160 commit 523ebf0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions dist/installers/install-vilt-ds-jetstream.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/installers/install-vilt-ds-jetstream.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@obewds/vilt-ds",
"version": "0.10.1",
"version": "0.10.2",
"description": "The official repository for the VILT Design System for the Vue.js, Inertia.js, Laravel, and Tailwind CSS web app stack that is turbocharged with Typescript and VueVentus.",
"license": "MIT",
"author": "Matt McT",
Expand Down
2 changes: 2 additions & 0 deletions src/installers/install-vilt-ds-jetstream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import generateViteConfigTs from '../generators/jetstream/generate-vite-config-t

// import VueVentus and VueVentus dependency app files
import viltDsDefaultColorPalette from '../data/colors/vilt-ds-default-tailwind-color-palette.js'
import generateAppVvTs from '../generators/jetstream/resources/js/generate-app-vv-ts.js'
import generateAppVvClassesTs from '../generators/jetstream/resources/js/generate-app-vv-classes-ts.js'
import generateJetstreamGsapTs from '../generators/jetstream/resources/js/generate-jetstream-gsap-ts.js'

Expand Down Expand Up @@ -150,6 +151,7 @@ export default function (): void {

// install VueVentus and VueVentus dependency app files
installFile( '/resources/js/app.colors.json', JSON.stringify(viltDsDefaultColorPalette, null, 4) )
installFile( '/resources/js/app.vv.ts', generateAppVvTs() )
installFile( '/resources/js/app.vv.classes.ts', generateAppVvClassesTs() )
installFile( '/resources/js/gsap.ts', generateJetstreamGsapTs() )

Expand Down

0 comments on commit 523ebf0

Please sign in to comment.