在玉器中编译coffescript和手写笔

时间:2016-05-18 18:23:07

标签: javascript node.js coffeescript gulp stylus

我正在使用gulp,我有一个问题:

有没有办法用 script style 标签在jade文件中编写coffescript和stylus,将它们编译成三个不同的文件(html,css和js) ?

例如,我想写这样的东西:

h1.foo#bar hello, world!

style
  .foo
    color $stylusVariable

script
  $('#bar').click ->
    console.log $(this)

并获取index.html和app.js以及style.css(其中包含项目中的所有js和css代码)。你可以用需要的插件和gulp-task来帮助我吗?

1 个答案:

答案 0 :(得分:0)

您应该检查机器上的玉器版本并重新读取玉器文件。 Jade现在支持jade文件中的作家js。

http://jade-lang.com/reference/filters/