文件名称:grunt-haml-php
文件大小:44KB
文件格式:ZIP
更新时间:2024-07-16 13:09:17
JavaScript
grunt-haml-php 使用 MtHaml(Haml 的 PHP 端口)处理 HAML 模板。 入门 这个插件需要 Grunt ~0.4.1 如果您以前没有使用过 ,请务必查看指南,因为它解释了如何创建以及安装和使用 Grunt 插件。 熟悉该过程后,您可以使用以下命令安装此插件: npm install grunt-haml-php --save-dev 安装插件后,可以使用以下 JavaScript 代码在 Gruntfile 中启用它: grunt . loadNpmTasks ( 'grunt-haml-php' ) ; “haml”任务 这个插件需要才能安装 PHP 依赖项。 在安装此插件之前,请按照。 概述 在项目的 Gruntfile 中,将名为haml的部分添加到传递给grunt.initConfig()的数据对象中。 grunt . initConf
【文件预览】:
grunt-haml-php-master
----.jshintrc(191B)
----package.json(4KB)
----bin()
--------haml(851B)
----Gruntfile.js(2KB)
----composer.json(612B)
----node_modules()
--------async()
----composer.lock(3KB)
----LICENSE-MIT(1KB)
----README.md(2KB)
----vendor()
--------composer()
--------autoload.php(183B)
----.npmignore(40B)
----test()
--------haml_test.js(2KB)
--------expected()
--------fixtures()
----tasks()
--------haml.js(2KB)
----.editorconfig(189B)