summaryrefslogtreecommitdiffstats
path: root/scripts/build
AgeCommit message (Collapse)AuthorFilesLines
2018-11-09Made a build script executablefpaquett1-0/+0
Issue-ID: AAI-1881 Change-Id: If6d5b947db4e635b7b011b1a0dc8e2753122b79a Signed-off-by: fpaquett <francis.paquette@amdocs.com>
2018-11-07Adding option for configurable headerArul.Nambi1-21/+3
Moving the standalone front end start up from localhost:port/aai -> localhost:port & Updating the node parameter to production for production build so that the minified code is more efficient & Changing the babel loaders for fonts to use the full name instead of the computed hash value & Adding a option to make the page header and html document title configurable instead of the previous hardcoded value of A&AI Issue-ID: AAI-1881 Change-Id: I867200b97d4e2e9acb687f373e39aab8fb8a1b25 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-09-27readding code that was removed in a mergeSteven Thomas1-0/+1
Issue-ID: AAI-1675 Change-Id: Ie0ae94bd2358c7ff5329c39a1c07750a57963dac Signed-off-by: Steven Thomas <steve.thomas@amdocs.com>
2018-09-13increasing test coverage to 20 percentSteven Thomas1-11/+24
Issue-ID: AAI-1599 Change-Id: I345e38d4319e52b56de0a33d7065e02617cc2103 Signed-off-by: Steven Thomas <steve.thomas@amdocs.com>
2017-12-20Including build.sh to run gulp-webpackShawn Severin1-0/+146
Including build.sh so gulp-webpack will be run and the /dist folder will be created to facilitate the creation of the FE .war file Issue-ID: AAI-542 Change-Id: I85a567387da1d1a9e6e455e99b13fa6771dd5b9b Signed-off-by: Shawn Severin <shawn.severin@amdocs.com>