Skip to content

Commit 1269957

Browse files
committed
Correct static
1 parent 88a1726 commit 1269957

File tree

3 files changed

+1024
-569
lines changed

3 files changed

+1024
-569
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ static:
2929
@lessc ${BOOTSTRAP_LESS} > ${GLOBAL_CSS};
3030
@lessc ${BOOTSTRAP_LESS} > ${GLOBAL_CSS_MIN} --compress;
3131
@cat ${STATIC_DIR}/scripts/sentry.core.js ${STATIC_DIR}/scripts/sentry.realtime.js ${STATIC_DIR}/scripts/sentry.charts.js ${STATIC_DIR}/scripts/sentry.notifications.js ${STATIC_DIR}/scripts/sentry.stream.js > ${GLOBAL_JS};
32-
@cat src/bootstrap/js/bootstrap-*.js > ${BOOTSTRAP_JS};
32+
@cat src/bootstrap/js/bootstrap-transition.js src/bootstrap/js/bootstrap-alert.js src/bootstrap/js/bootstrap-button.js src/bootstrap/js/bootstrap-carousel.js src/bootstrap/js/bootstrap-collapse.js src/bootstrap/js/bootstrap-dropdown.js src/bootstrap/js/bootstrap-modal.js src/bootstrap/js/bootstrap-tooltip.js src/bootstrap/js/bootstrap-popover.js src/bootstrap/js/bootstrap-scrollspy.js src/bootstrap/js/bootstrap-tab.js src/bootstrap/js/bootstrap-typeahead.js src/bootstrap/js/bootstrap-affix.js ${STATIC_DIR}/scripts/bootstrap-datepicker.js > ${BOOTSTRAP_JS}
3333
@uglifyjs -nc ${GLOBAL_JS} > ${GLOBAL_JS_MIN};
3434
@uglifyjs -nc ${BOOTSTRAP_JS} > ${BOOTSTRAP_JS_MIN};
3535
@echo "Static assets successfully built! - `date`";

0 commit comments

Comments
 (0)