Skip to content

Commit

Permalink
JS asset and build updates
Browse files Browse the repository at this point in the history
- removed unused anythingslider, babel, flot, and modernizr
   since not needed.
- updated gulpfile.js to use gulp 4
- fixes for most recent angular version on patient portal
  • Loading branch information
bradymiller committed Dec 9, 2019
1 parent 5f9dd9e commit 301de04
Show file tree
Hide file tree
Showing 15 changed files with 3,913 additions and 14,018 deletions.
1 change: 0 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@


<target name="clean-assets-dir">
<delete dir="${dir.assets}/anythingslider/demos" verbose="true"/>
<delete dir="${dir.assets}/flot/examples" verbose="true"/>
<delete dir="${dir.assets}/jquery-datetimepicker/tests" verbose="true"/>
<delete dir="${dir.assets}/numeral/tests" verbose="true"/>
Expand Down
16 changes: 2 additions & 14 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ assets:
moment:
basePath: %assets_static_relative%/moment/
script: moment.js # should this be the minified file?
pure:
basePath: %assets_static_relative%/pure/0.5.0/
purecss:
basePath: %assets_static_relative%/purecss/
link: pure-min.css
angular:
basePath: %assets_static_relative%/angular/
Expand All @@ -162,18 +162,6 @@ assets:
angular-summernote:
basePath: %assets_static_relative%/angular-summernote/dist/
script: angular-summernote.js # should this be the minified file?
anythingslider:
basePath: %assets_static_relative%/anythingslider/
script: js/jquery.anythingslider.fx.js # should optional plugins be their own key?
script: js/jquery.anythingslider.video.js # should optional plugins be their own key?
script: js/jquery.easing.1.2.js # should optional extensions be their own key?
script: js/jquery.anythingslider.min.js
# link: css/anythingslider.css
link: css/theme-metallic.css
link: css/theme-minimalist-round.css
link: css/theme-minimalist-square.css
link: css/theme-construction.css
link: css/theme-cs-portfolio.css
backbone:
basePath: %assets_static_relative%/backbone/
script: backbone-min.js
Expand Down
Loading

0 comments on commit 301de04

Please sign in to comment.