Skip to content

Commit 92a54d0

Browse files
committed
updated LESS export
1 parent 1de5320 commit 92a54d0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

guide/tutorials/asset-bundles.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,15 @@ For bundling assets for production usage, see tutorial about [asset compression]
3131

3232
> see also *Exporting database-dumps*
3333
34+
Register command if needed.
35+
3436
Export files with `yii prototype`.
3537

36-
Load/include files in `AppAsset`. Commit.
38+
Move files to `project/resources`. Commit.
3739

3840
Refactor files. Commit.
3941

40-
Changes should be available via `AppAsset` make sure it is included in **Settings**.
42+
Use the files by `@import (/app/project/resources/default.less)` them from DB-Less.
4143

4244
Remove imported code from DB-Less records.
4345

0 commit comments

Comments
 (0)