Sha256: 44a4d699f475897318734f543e1cc5f93ba0eb27baca314dfa41bc9877beec71

Contents?: true

Size: 1.56 KB

Versions: 10

Compression:

Stored size: 1.56 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

10 entries across 9 versions & 2 rubygems

Version Path
survivalkit-0.3.4 templates/project/sources/html5-boilerplate/build/config/project.properties
survivalkit-0.3.3 templates/drupal/sources/html5-boilerplate/build/config/project.properties
survivalkit-0.3.3 templates/project/sources/html5-boilerplate/build/config/project.properties
survivalkit-0.3.2 templates/project/sources/html5-boilerplate/build/config/project.properties
survivalkit-0.3.1 templates/project/sources/html5-boilerplate/build/config/project.properties
survivalkit-0.3 templates/project/sources/html5-boilerplate/build/config/project.properties
survivalkit-0.2.1 templates/project/sources/html5-boilerplate/build/config/project.properties
survivalkit-0.1 templates/project/sources/html5-boilerplate/build/config/project.properties
html5-starter-0.1.9b templates/project/files/build/config/project.properties
html5-starter-0.1.8b templates/project/files/build/config/project.properties