You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2020. It is now read-only.
\n##################################################
Building Bootstrap...
##################################################\n
js/bootstrap-affix.js: line 23, col 17, Bad option: ';_;'.
js/bootstrap-alert.js: line 23, col 17, Bad option: ';_;'.
js/bootstrap-balloon.js: line 23, col 17, Bad option: ';_;'.
js/bootstrap-button.js: line 23, col 17, Bad option: ';_;'.
js/bootstrap-carousel.js: line 23, col 17, Bad option: ';_;'.
js/bootstrap-collapse.js: line 23, col 17, Bad option: ';_;'.
js/bootstrap-collapse.js: line 87, col 9, Misleading line break before '['; readers may interpret this as an expression boundary.
js/bootstrap-collapse.js: line 88, col 9, Misleading line break before '['; readers may interpret this as an expression boundary.
js/bootstrap-dropdown.js: line 23, col 17, Bad option: ';_;'.
js/bootstrap-modal.js: line 23, col 17, Bad option: ';_;'.
js/bootstrap-popover.js: line 23, col 17, Bad option: ';_;'.
js/bootstrap-scrollspy.js: line 23, col 17, Bad option: ';_;'.
js/bootstrap-tab.js: line 23, col 17, Bad option: ';_;'.
js/bootstrap-tooltip.js: line 24, col 17, Bad option: ';_;'.
js/bootstrap-transition.js: line 23, col 17, Bad option: ';_;'.
js/bootstrap-typeahead.js: line 23, col 17, Bad option: ';_;'.
16 errors
make: *** [Makefile:18: build] Error 2
A linha mencionada parece ser
"use strict"; // jshint ;_;
em todos os arquivos jota-esses.
Esse string deve ser comentado com barrra dupla.
Em vez disso tentei com /* */ em um dos arquivos e deu certo.
Mas ainda tem erro que se refere à linha no bootstrap-collapse.js assim
Rodando ´make´ resulta nos erros seguintes:
A linha mencionada parece ser
em todos os arquivos jota-esses.
Esse string deve ser comentado com barrra dupla.
Em vez disso tentei com
/* */
em um dos arquivos e deu certo.Mas ainda tem erro que se refere à linha no
bootstrap-collapse.js
assimThe text was updated successfully, but these errors were encountered: