mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-04 06:32:24 +00:00
replace bundle compile tool with elisp code
This commit is contained in:
3
Rakefile
3
Rakefile
@@ -4,7 +4,8 @@ require 'fileutils'
|
||||
|
||||
desc "generate the bundle file."
|
||||
task :bundle do
|
||||
sh "tools/compile.py -i yasnippet.el -o yasnippet-bundle.el snippets"
|
||||
sh 'emacs --batch -l yasnippet.el --eval "(yas/compile-bundle ' +
|
||||
'\"./yasnippet.el\" \"./yasnippet-bundle.el\" \"./snippets\")"'
|
||||
end
|
||||
|
||||
desc "create a release package"
|
||||
|
||||
Reference in New Issue
Block a user