Closed mabuelhagag closed 8 years ago
Looks good! I've assigned @matthova to verify that the install is clean, and we need to updated the README to reflect these changes and install information.
Pull request moved from fork to https://github.com/e-nable/LimbForge/pull/40
Per the note on the other pull request, we won't be merging until we can migrate away from gh-pages and to a workflow for deploying the built app and stl files to S3.
Since we have a team actively using our tool right now, we need to wait until we are deploying the built app + stl files to S3 before merging. Check for updates on https://github.com/e-nable/LimbForge/pull/40
I this pull request:
generator-webapp
to create a vanilla projectwiredep
and custom<script>
tags for required files by the project..mvmrc
to use NodeJS v5.10To run the project:
nvm use
to load the correct version of NodeJSnpm install -g yo@1.8.4 bower@1.7.9 generator-webapp@2.1.0
npm install && bower install
gulp serve
to open the project into browser using BrowserSyncYou can also run
gulp build
to build the project intodist
folder. Then you can rungulp serve:dist
to run this copy.TODO:
jquery-ui-scss
to create a customizable theme and replace the current scss files.favicon.ico
andapple-touch-icon.png