grunt-ng-cache:将文件编译到 AngularJs 缓存中的 Grunt 插件

时间:2021-06-03 14:09:57
【文件属性】:
文件名称:grunt-ng-cache:将文件编译到 AngularJs 缓存中的 Grunt 插件
文件大小:10KB
文件格式:ZIP
更新时间:2021-06-03 14:09:57
JavaScript grunt-ng-cache v0.2.0 将文件编译到 AngularJs 缓存中的 Grunt 插件 入门 *如果您是 Grunt 的新手,您会在他们的找到很多问题的答案。 要安装模块: npm install --save-dev git@github.com:pborrazas/grunt-ng-cache.git 在 Gruntfile 中包含任务: grunt . loadNpmTasks ( 'grunt-ng-cache' ) ; 在 Gruntfile 中创建一个配置块: ngCache: { target : { src : 'path/to/files/to/be/cached' , dest : 'path/to/dist/folder/' , moduleName : 'moduleName'
【文件预览】:
grunt-ng-cache-master
----LICENSE-MIT(1KB)
----.jshintrc(191B)
----Gruntfile.js(2KB)
----tasks()
--------cache.js(3KB)
----test()
--------fixtures()
--------test.js(2KB)
--------expected()
----.gitignore(27B)
----readme.md(3KB)
----package.json(602B)

网友评论