瀏覽代碼

Remove dead code

tags/0.5.1
Michael Jackson 14 年之前
父節點
當前提交
b487affecd
共有 1 個檔案被更改,包括 3 行新增7 行删除
  1. +3
    -7
      Rakefile

+ 3
- 7
Rakefile 查看文件

@@ -12,13 +12,9 @@ task :spec do
end
end

def version
File.read("mustache.js").match('version = "([^\"]+)";$')[1]
end

# Creates a rule that uses the .tmpl.{pre,post} stuff to make a final,
# wrapped, output file. There is some extra complexity because Dojo and YUI3
# use different template files and final locations.
# Creates a task that uses the various template wrappers to make a wrapped
# output file. There is some extra complexity because Dojo and YUI use
# different final locations.
def templated_build(name, opts={})
short = name.downcase
source = File.join("wrappers", short)


Loading…
取消
儲存