对反应文件所做的更改没有反映在rails中?

时间:2017-04-19 12:17:37

标签: javascript ruby-on-rails reactjs restart canvas-lms

我的javascripts/jsx/dashboard_card/DashboardCard.jscanvas-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服务器。但一切都没有改变。

0 个答案:

没有答案