The composer
file is a master configuration that retains a context, plugins and other settings.
The composer
can be controlled by passing flags as arguments by calling:
node composer.js --flag
Export all custom
JavaScript (ES6) to a bundle.
Clean tempoary directories.
tmp/
dist/
Increment the SemVer
patch number (*.*.1
).
Increment the SemVer
minor number (*.1.*
).
Increment the SemVer
major number (1.*.*
).
Generate JSDoc
documentation.
Export environment variables
to an AngularJS constants
file.
.envrc
Copy font files into the dist/
folder.
Copy image files into the dist/
folder.
Force the app to be built in production mode
Export all routes
to an AngularJS service
file
*.route.js
Export all scripts
that can't be imported via ES6 to a legacy bundle.
Start the development server:
watch
enabledhot module reload
enabled
Export all tests
and their dependencies to a bundle.
Export all stylesheets
to an bundle.
Export all templates
to an AngularJS $templateCache
file.