Module: DashcodeConverter
- Defined in:
- lib/dashcode-converter.rb,
lib/dashcode-converter/nib.rb,
lib/dashcode-converter/project.rb,
lib/dashcode-converter/scripts.rb,
lib/dashcode-converter/nib/view.rb,
lib/dashcode-converter/controller.rb,
lib/dashcode-converter/nib/nib-item.rb,
lib/dashcode-converter/nib/collection-view.rb
Defined Under Namespace
Modules: Nib Classes: Controller, Project, Scripts
Constant Summary collapse
- JSON_PARAMS =
{ :indent=> " ", :object_nl=> "\n", :array_nl=> "\n", :space=> " " }
- INDENT =
" "
- CSS_IMAGE_URL_REGEX =
/url\("?(.*\.(jpg|png|gif))"?\)/
- BUNDLE_EXTENSION =
"jsnib"