diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-19 15:36:53 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-19 15:36:53 +0900 |
| commit | 4f5681b29601c4df0f3f2cbb89fb2b085d5c6c06 (patch) | |
| tree | 9883ba9e3eed0b41fd60ed4bc64cac8fd429c35e /src/web/app/dev | |
| parent | Merge pull request #185 from syuilo/define-plugin (diff) | |
| download | sharkey-4f5681b29601c4df0f3f2cbb89fb2b085d5c6c06.tar.gz sharkey-4f5681b29601c4df0f3f2cbb89fb2b085d5c6c06.tar.bz2 sharkey-4f5681b29601c4df0f3f2cbb89fb2b085d5c6c06.zip | |
Use import syntax
Diffstat (limited to 'src/web/app/dev')
| -rw-r--r-- | src/web/app/dev/script.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/web/app/dev/script.js b/src/web/app/dev/script.js index 94b17c85e5..a20d960000 100644 --- a/src/web/app/dev/script.js +++ b/src/web/app/dev/script.js @@ -3,8 +3,7 @@ */ // Style -//import './style.styl'; -require('./style.styl'); +import './style.styl'; require('./tags'); const boot = require('../boot'); |