jackrobertscott / solis-151011

Task running utilities for website development
0 stars 0 forks source link

Intuitive task running - based on file types #18

Open jackrobertscott opened 9 years ago

jackrobertscott commented 9 years ago

Intuitive solis. Allow it to determine which tasks it needs to run and which it can ignore to optimise performance.

Before running tasks, search the entire source directory for files and compare file extensions to a list of extensions that are supported by different tasks. Then only run the tasks that match the file extensions.

Tasks may be forced (ignored or run) based on configuration values set in the projects solis.json file.