#27 new
Chris Griego

Per-file options in Blendfile

Reported by Chris Griego | June 26th, 2008 @ 10:28 AM | in 2.0

Some setups will get more complex where some files will not need all of the arguments applied that other files will. An example is if you are concatenating files and some that will be static can be minified but others that will be dynamic should not be minified. There is also a use for defining global options and options at a folder level.

The format is still to be determined, but here's an example of how this might work.

myfile.js:
  OPTS:
    data: true
    min: false
  FILES:
    - file1.js
    - file2.js

Comments and changes to this ticket

Please Login or create a free account to add a new comment.

You can update this ticket by sending an email to from your email client. (help)

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Blender is like ant or make for the front-end. It aggregates and compresses CSS and/or JavaScript assets for a site into efficient, production-ready files.

People watching this ticket