gpt4 book ai didi

javascript - 你如何在 Jakefile 中编译 CoffeeScript?

转载 作者:数据小太阳 更新时间:2023-10-29 05:30:45 25 4
gpt4 key购买 nike

我想创建一个 Jakefile 来编译一些 CoffeeScript 来安装 NodeJS 应用程序。

你是怎么做到的?

我试过: https://gist.github.com/1241827

但这是一种较弱的方法,绝对不是经典的。

有什么提示吗?

最佳答案

我使用的大致片段:

var fs = require('fs')
var coffee = require('coffee-script')

// If you'd like to see compiled code..
// console.log(coffee.compile(fs.readFileSync('coffee.coffee')))

// ..otherwise
fs.writeFileSync('output.js', coffee.compile(fs.readFileSync('input.coffee')))

..当然,假设您安装了 coffee-script Node 模块。

翻译自此Cakefile我的。

关于javascript - 你如何在 Jakefile 中编译 CoffeeScript?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7552269/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com