我的javascripts/jsx/dashboard_card/DashboardCard.js
(canvas-lms)中有rails app
个文件,code
位于下方。
code
:
//React.createElement(
// 'button',
//{
//'aria-expanded': this.state.editing,
//'aria-controls': this.colorPickerID(),
// className: 'Button Button--icon-action-rev ic-DashboardCard__header-button ddddddd',
// onClick: this.settingsClick,
//ref: 'settingsToggle' },
//React.createElement('i', { className: 'icon-compose icon-Line ccccccc xxxxxxxx', 'aria-hidden': 'true','visibility': 'hidden' }),
//React.createElement(
//'span',
//{ className: 'screenreader-only' },
// I18n.t("Choose a color or course nickname for %{course}", { course: this.state.nicknameInfo.nickname })
//)
//)
我更改了此code
甚至commented
。但是我在changes
中创建的file
未在我的rails应用程序中获得reflected
。如何在rails应用程序中restart
react.js
?我也restarted
使用rails服务器。但一切都没有改变。