Sha256: 6564525f26148ab2fc82ddf160bab8d76a9cd941df0991407a1433f743736da6

Contents?: true

Size: 1.53 KB

Versions: 1

Compression:

Stored size: 1.53 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 concatonated 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

1 entries across 1 versions & 1 rubygems

Version Path
html5-starter-0.1.4b templates/project/files/build/config/project.properties