Sha256: 93ac0902210176ce8fd081f51ded6465ab6dfc8722de2c2130b7e53a4b41367b

Contents?: true

Size: 1.61 KB

Versions: 4

Compression:

Stored size: 1.61 KB

Contents

# project.properties file defines overrides for default.properties

# Explanation: This file should be created by each user as and when he or she needs to override particular values.
# Consequently, it should not be placed under version control.


# Stylesheets
#
# Note: Stylesheets will be concatenated in the order they are listed in the file.stylesheets property (i.e. the last
# file listed will be at the end of the concatenated file), so it probably makes sense to have the main style.css file
# as the first entry
# Example:
# file.stylesheets  = style.css, lightbox.css, plugin.css
#
file.stylesheets  =


# Web Pages
#
# These are the pages (files) that will be served to users (.html, .php, .asp, etc). Files in this property will
# be minified / optimised and have any stylesheet or javascript references updated to the minified examples
#
# The paths need to be relative
#
# Files can be added in a comma separated form
file.pages        =



# Excluded files and dirs
#
# Add any files or directories you add to the project and do not want to be copied to the publish directory as a
# comma separated list
# These files are ignored in addition to the default ones specified in default.properties.
file.exclude      =


# Specify an environment to build
#
# By Default, it builds a production environment
# Set to dev if buidling a development environment
# Set to test if building a test environment
env               =


# Directory Structure
#
# Override any directory paths specific to this project
#
# dir.publish
# dir.js
# dir.js.libs
# dir.js.mylibs
# dir.css
# dir.images

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
html5-starter-0.2.3b templates/project/files/build/config/project.properties
html5-starter-mobile-0.1.3b templates/project/files/build/config/project.properties
html5-starter-mobile-0.1.2b templates/project/files/build/config/project.properties
html5-starter-0.2.2b templates/project/files/build/config/project.properties