58 Commits

Author SHA1 Message Date
793fa33c09 Refactor asset management: Migrate from Bower to NPM for package dependencies and update related documentation. (#20368) 2025-05-04 07:37:37 -04:00
161526cd41 HTTPS everywhere (#19503) 2022-08-03 12:32:18 +03:00
8f2e182872 update sass,less,typescriptlang links (#19480) 2022-07-24 09:36:23 +02:00
9a44a205b0 update bower link (#19433) 2022-06-13 09:33:37 +02:00
9bcc8c8e83 update links (en) (#19222)
Co-authored-by: Bizley <pawel@positive.codes>
2022-02-12 17:43:48 +01:00
88e942821c update composer asset plugin link (#18797) 2021-08-01 09:04:55 +02:00
9b2720e664 Update links (#18790) 2021-07-29 17:26:53 +03:00
f8e37eb48b update fontawesome link (#18780) 2021-07-25 09:34:26 +02:00
79a81fd77f update npmjs urls 2021-05-10 00:24:32 +03:00
1d514e2ded Revert "Fix anchors in docs (#18344)"
This reverts commit 0f4b147352f2524f2a1530d419d13a8c8acd5069.
2020-11-05 14:14:35 +03:00
0f4b147352 Fix anchors in docs (#18344) 2020-11-01 17:51:16 +03:00
0165416c79 Update path configuration for composer-asset-plugin (#17347)
Composer install don't take "installer-paths" on the level of "config". The path which works: "config" => "fxp-asset" => "installer-paths"
2019-06-11 16:25:31 +03:00
790f6aaed0 Switch to "config.asset-installer-paths" option as "extra" is deprecated + fixed headers (#16290) [skip ci] 2018-05-16 17:33:28 +03:00
b0aa7a73de Fixed example in asset publishing guide [skip ci] 2017-12-19 02:36:26 +03:00
adc441de83 Fixing docs typo and rephrasing [skip ci] 2017-12-11 22:12:16 +03:00
ba739bf7ab Documented CSS/JS asset options per file (#15062) [skip ci]
As per issues #10158 and #10166. Order of details on CSS and JS properties swapped because of the order they're listed in the template.
2017-11-01 16:57:41 +03:00
15a46441e1 Updated asset-plugin version in docs [skip ci] 2017-10-02 21:03:13 +02:00
a50d9d8e3e Enable include rule in php-cs-fixer (#14418) 2017-07-10 13:19:57 +03:00
165421dfc7 Fixed typo [skip ci] 2017-06-23 15:16:11 +03:00
9a18748e1f Documented possibility of using asset-packagist 2017-06-17 17:10:02 +03:00
e99deef49c docs/guide/structure-assets.md minor fixes [ci skip] (#13498) 2017-02-02 17:50:29 +03:00
b6e250857c Edited and extended Guide section about client scripts
This section had the "under development note" for a long time and was
lacking a lot of information.
It should also contain info about `yii.js` but that is to be added in
another PR.
2016-12-13 00:07:45 +01:00
685f16e8ef 📖 Updated guide pages - wrap true, false, null 2016-09-20 10:49:15 +03:00
65c60a0c24 Docs for 'assets' extended 2016-09-01 16:50:00 +03:00
564232b394 Fix typo [skip ci] (#12151) 2016-08-13 12:18:50 +03:00
78b16aaa54 fix typo 2015-06-29 10:16:21 +05:00
8a506e1ee3 Added support for 'only' and 'except' options for yii\web\AssetManager::publish() 2015-05-27 17:01:05 +03:00
87a824515f Renamed application template into project template in docs 2015-04-02 14:46:34 +03:00
a8bffdf036 doc improvement [skip ci] 2015-02-17 18:26:29 -05:00
690b6f7e6c 'Dividing asset bundles into group' docs added 2015-02-17 12:01:06 +02:00
0068a94af1 Fixes #4710: added cache busting support for assets 2015-02-08 22:28:03 -05:00
36bebbfefb use id instead of name for anchor references in the guide
fixes #7013
2015-01-25 22:13:16 +01:00
15a1dd8aa2 Improved comment about the meaning of "lte IE9"
"lte IE9" means IE9 or below, not above
2014-11-25 08:49:02 +01:00
ec911c19d4 Update structure-assets.md 2014-11-19 20:12:26 -03:00
c7428b0b3c Update structure-assets.md
Minor syntax changes.
2014-11-19 19:07:01 -03:00
5960f49d7f Merge branch 'master' of git://github.com/yiisoft/yii2 2014-11-12 20:08:55 -05:00
6a222c8a64 Fixes #6033. 2014-11-12 20:08:49 -05:00
8d0cac8cba Fixes #5220 2014-11-12 15:37:09 -05:00
3fb1effeab Update structure-assets.md
typo
2014-11-11 14:39:40 +01:00
61b7079993 Fixes #6007: added doc about asset bundle name [skip ci] 2014-11-11 08:08:18 -05:00
7c48837a67 Fixes #5836: doc fixes. 2014-10-31 14:28:51 -04:00
8022942125 added tipp for asset registering 2014-10-31 15:55:13 +01:00
d0cf7a3683 Mentioned noscript option in asset docs 2014-10-19 19:37:54 +04:00
da3f8861ee Fix a typo "o" -> "to" in structure-assets.md
close #5527
2014-10-13 16:49:26 +02:00
478da530bd reverted #5189 and made markdown more clear 2014-09-27 23:08:43 +02:00
97e37f7864 Fixed some issues in asset command. 2014-09-26 16:32:19 -04:00
a145d3ad8f Fix double specification of basePath 2014-09-26 14:33:34 +02:00
41c2b91c53 Fix minor typo in assets docs 2014-09-26 03:08:45 -05:00
ecd9181a23 Fixed wrong link [skip ci] 2014-09-26 00:07:45 -04:00
ef703e43f5 minor update. [skip ci] 2014-09-26 00:02:54 -04:00