firefund-cli
Command Line Interface (CLI) for Firefund development scripts
List of commands:
-
assets
: Copy dependencies found in bower.json to a directory specified as first argument -
server
: Starts an ecstatic server and uses livereload to watch the directory given as the first argument -
css
: Passes commands to postcss but prepend them with --use lost and --use cssnext
Transpiling
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.