书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 419 个相关结果.
  • grunt.util

    613 2018-05-20 《grunt中文文档》
    grunt.util grunt.util.kindOf grunt.util.error grunt.util.linefeed grunt.util.normalizeIf grunt.util.recurse grunt.util.repeat grunt.util.pluralize grunt.util.spawn grunt.ut...
  • grunt.config

    636 2018-05-20 《grunt中文文档》
    grunt.config 初始化配置数据 grunt.config.init 使用配置数据 grunt.config grunt.config.get grunt.config.process grunt.config.getRaw grunt.config.set grunt.config.escape 载入配置数据 grunt.conf...
  • grunt.option

    590 2018-05-20 《grunt中文文档》
    grunt.option grunt.option ☃ grunt.option.init grunt.options.flags grunt.option Grunt的option API可以用来跨多任务共享参数,以及在命令行中访问参数设置。 一个简单的例子就是给你的目标(任务目标)打一个标记,标识任务是在开发阶段还是暂存阶段。在命令行中运...
  • Bower + Grunt + Sass

    Bower - Grunt - Sass Bower install Update Gruntfile.js Update style.scss Bower - Grunt - Sass Now that we know the powers of Bower to easily manage our front-end development...
  • grunt.template

    683 2018-05-20 《grunt中文文档》
    grunt.template grunt.template.process grunt.template.setDelimiters grunt.template.addDelimiters 帮助 grunt.template.date grunt.template.today grunt.template 可以使用Grunt提供的模板相...
  • grunt.task

    632 2018-05-20 《grunt中文文档》
    grunt.task The task API 创建任务 grunt.task.registerTask ☃ 别名任务 任务函数 grunt.task.registerMultiTask ☃ grunt.task.renameTask ☃ 加载外部定义的任务 grunt.task.loadTasks ☃ grunt.task.loadNpmT...
  • grunt.file

    612 2018-05-20 《grunt中文文档》
    grunt.file 字符编码 grunt.file.defaultEncoding 读写文件 grunt.file.read grunt.file.readJSON grunt.file.readYAML grunt.file.write grunt.file.copy grunt.file.delete 目录操作 grunt.file....
  • grunt.fail

    490 2018-05-20 《grunt中文文档》
    grunt.fail The fail API grunt.warn ☃ grunt.fatal ☃ grunt.fail 用户发生致命错误时执行某些行为。 查看fail lib source 可以了解更多详细信息。 The fail API 如果任务内部已经崩溃(或者即将崩溃),这个API可以用于强制终止Grunt运行。在出口代码 中...
  • 哪些人在使用Grunt

    923 2018-05-20 《grunt中文文档》
    哪些人在使用Grunt Adobe jQuery Twitter Cloudant Bitovi Filament Group Fuel UX SauceLabs Modernizr Opera LiveChat WordPress Walmart Bazaarvoice 哪些人在使用Grunt 下面只是一个使用Grunt...
  • grunt-shell - 运行shell命令

    grunt-shell 新手入门 相关文档 配置示例 用法示例 运行命令 运行命令并且显示输出结果 自定义回调函数 Option passed to the .exec() method 多条命令 配置 command Options stdout stderr stdin failOnError callback(err, ...