Command Line Interface (CLI) for Firefund development scripts
List of commands:
assets: Copy dependencies found in bower.json to a directory specified as first argumentserver: Starts an ecstatic server and uses livereload to watch the directory given as the first argumentcss: Passes commands to postcss but prepend them with --use lost and --use cssnext
Includes babel. All js files are saved with the .es6 extension.
You can auto transpile what has changed by running make -j. You need to have make installed on your system.
