Releases: edm00se/AnAppOfIceAndFire
Full Version With NPM Script Build Pipeline and Shared F/E App
Full v1.0 release, now includes:
- re-incorporation of the multiple project repositories is complete
- the task runners are incorporated, with gulp for build process and npm build pipeline
- the Bluemix deploy-able version is its own branch
- the
src/
directory for the front-end application is shared between branches (with an npm script to copy frommaster
into thebluemix
branch) - the front-end (UI layer) app is considered the primary version in the
master
branch, to be pulled into other branches as-needed - font-awesome fix, e.g.- no more failing CSS with
?v=4.7.0
For the Bluemix deployable variant, check the bluemix
branch.
Consult the ReadMe for a summarization of dependencies and npm scripts, or go read them in the package.json
.
Nearing v1.0
Most house keeping has been completed.
- deps upgraded
- extraneous deps removed
- gulp tasks refactored to be purely build (and watch) process
- server live reload (via
browser-sync
) and REST mock (viajson-server
) refactored into npm scripts, runningconcurrently
- npm scripts as primary pipeline established (paves the way for a more streamlined approach)
bower install
moved to npmpostinstall
script, makes more seamless for single install and paves the way to move to something else
Remaining:
- split
src/
into separate branch - establish subtree to
src/
in bothmaster
andbluemix
branches - reconfigure npm scripts and
gulpfile.js
to point accordingly inbluemix
branch
Curious as to what all has been done? Here's the commit comparison (with whitespace change suppressed).
Third Release
More minor updates and fixes. Angular app refactored to be easier to follow and segregated modules components (services, controllers, etc).
[Update]
This app has been updated to not include file encryption.
[/Update]
Second Minor Release
Hopefully done with the dumb mistakes.
First Minor Release!
This corrects some behavior with the character API response and defensively wraps it in the Angular app controller.
Initial Proper Release!
The binary NSF (complete with documents for both houses and characters) is now available.