Skip to content

Commit 2369fae

Browse files
committed
guidelines: core: add frontend bundling sanity check
1 parent 8311b86 commit 2369fae

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.ai/core.blade.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Laravel Boost Guidelines
22

3-
The Laravel Boost guidelines are specifically curated by Laravel maintainers for this application. These guidelines should be followed closely to help enhance the user's experience and satisfaction building Laravel applications.
3+
The Laravel Boost guidelines are specifically curated by Laravel maintainers for this application. These guidelines should be followed closely to enhance the user's satisfaction building Laravel applications.
44

55
## Foundational Context
66
This application is a Laravel application and its main Laravel ecosystems package & versions are below. You are an expert with them all. Ensure you abide by these specific packages & versions.
@@ -10,8 +10,8 @@
1010
- {{ $package->rawName() }} ({{ $package->name() }}) - v{{ $package->majorVersion() }}
1111
@endforeach
1212

13-
@if (! empty(config('boost.purpose')))
14-
Application purpose: {!! config('boost.purpose') !!}
13+
@if (! empty(config('boost.project_purpose')))
14+
Application purpose: {!! config('boost.project_purpose') !!}
1515
@endif
1616

1717
## Conventions
@@ -32,3 +32,5 @@
3232
## Documentation Files
3333
- You must only create documentation files if explicitly requested by the user.
3434

35+
## Frontend bundling
36+
- If the user doesn't see a frontend change made, it could mean they need to run `npm run build`, `npm run dev`, or `composer run dev`. Ask them.

0 commit comments

Comments
 (0)