文件名称:haxe-rails:用于Rails资产管道的Haxe适配器
文件大小:14KB
文件格式:ZIP
更新时间:2024-06-01 20:06:10
Ruby
HaxeRails 用于Rails资产管道的Haxe适配器。 安装 将宝石添加到Gemfile中。 gem 'haxe-rails' 运行bundle install 。 用法 1在app/assets/javascript下创建haxe项目。 rails_project/ app/ assets/ javascripts/ haxe_project 2在haxe项目目录下创建hxml文件。 rails_project/ app/ assets/ javascripts/ haxe_project + compile.hxml haxe-rails使用hxml文件进行编译。 3在资产/*.js文件下的hxml路径中添加一个脚本。 + //= require
【文件预览】:
haxe-rails-master
----haxe-rails.gemspec(932B)
----Rakefile(577B)
----Gemfile(566B)
----.rspec(48B)
----wercker.yml(717B)
----spec()
--------haxe-rails_spec.rb(112B)
--------haxe()
--------generators()
--------spec_helper.rb(277B)
--------fixtures()
----.gitignore(164B)
----lib()
--------haxe()
--------generators()
--------haxe-rails.rb(143B)
----README.md(1KB)
----MIT-LICENSE(1KB)