lib/yamg/yamg.yml in yamg-0.3.8 vs lib/yamg/yamg.yml in yamg-0.5.0
- old
+ new
@@ -4,11 +4,11 @@
# Main icon
icon:
path: 'icons' # path to icons folder
rounded: true # defaults to false
- background: false # nil or color RGBA
+ background: false # nil or color #RGB or rgba()
# Splash screen
splash:
path: 'splash' # path to the splash assets folder
background: '#fff6d5' # nil or color RGBA
@@ -31,14 +31,12 @@
# Preview to ./export/
raster: true
# Web projects
#
- web: true
- # Ruby on rails
- # rails:
- # path: '/path/to/rails/proj'
- # icon: './alpha' # Using another icon src folder
+ # Any framework, included: Favicons,iOS/Android/MStiles platforms
+ web:
+ path: '../my/web/app'
# Mobile
#
# phonegap: '../path/to/project/www/res'
# cordova: 'soon shortcut'
\ No newline at end of file