ember-cli-ifa:Ember CLI插件,用于将指纹资产映射文件注入Ember应用程序

时间:2024-02-25 17:29:06
【文件属性】:

文件名称:ember-cli-ifa:Ember CLI插件,用于将指纹资产映射文件注入Ember应用程序

文件大小:256KB

文件格式:ZIP

更新时间:2024-02-25 17:29:06

ember-cli ember ember-addon EmberJavaScript

灰烬 将已指纹识别的assetMap.json文件注入您的应用程序,并提供初始化程序,服务和帮助程序以动态引用已指纹识别的资产。 何时使用此插件? 如果您具有从API返回的动态资产文件名和/或您基于多个属性构建路径。 如果您无法将资产文件名放入CSS或在.js文件中将路径设置为静态。 如果您以动态方式构建图像/资产路径,例如 imagePath: computed ( function ( ) { return this . get ( 'assetMap' ) . resolve ( ` ${ this . get ( 'image' ) } .png` ) ; } ) 兼容性


【文件预览】:
ember-cli-ifa-master
----.gitignore(346B)
----.codeclimate.yml(342B)
----app()
--------.gitkeep(0B)
--------services()
--------helpers()
--------initializers()
----package.json(2KB)
----.npmrc(38B)
----LICENSE.md(1KB)
----.watchmanconfig(37B)
----.travis.yml(2KB)
----CONTRIBUTING.md(634B)
----index.js(4KB)
----CHANGELOG.md(5KB)
----addon()
--------.gitkeep(0B)
--------services()
--------helpers()
--------utils()
--------initializers()
----testem.js(539B)
----.eslintrc.js(1KB)
----run-fastboot-tests.js(434B)
----.prettierrc.js(115B)
----README.md(4KB)
----vendor()
--------.gitkeep(0B)
----tests()
--------.jshintrc(831B)
--------acceptance()
--------dummy()
--------integration()
--------fastboot()
--------unit()
--------helpers()
--------index.html(1KB)
--------test-helper.js(228B)
----config()
--------ember-try.js(2KB)
--------environment.js(152B)
----.eslintignore(16B)
----.ember-cli(280B)
----ember-cli-build.js(608B)
----.npmignore(418B)
----.yarnrc(40B)
----.editorconfig(367B)
----yarn.lock(484KB)
----.dependabot()
--------config.yml(306B)

网友评论