No.
This project uses gulp, an npm package, to build the assets. In order to minify the CSS and concatenate/uglify the js, you need to do the following:
Install npm.
Then, install the dev dependencies for the project and run the gulpfile.js:
npm install .
gulp
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request