touch2s icon indicating copy to clipboard operation
touch2s copied to clipboard

srr error

Open txs opened this issue 9 years ago • 4 comments

=> Errors prevented startup:

While processing files with webpack:webpack (for target os.windows.x86_32): entry/server/webpack.conf.js: ./modules/TodoApp/client/f7/less/ios/framework7.ios.less Module parse failed: C:\Users\txshon\Documents\touch2s\modules\TodoApp\client\f7\less\ios\framework7.ios.less Line 1: Unexpected token ILLEGAL You may need an appropriate loader to handle this file type. | @import url('_mixins.less'); | @import url('_colors-vars.less'); | @import url('intro.less'); @ ./modules/TodoApp/client/f7/js/f7.js 11:0-57 entry/server/webpack.conf.js: ./modules/TodoApp/client/f7/less/ios/framework7.ios.colors.less Module parse failed: C:\Users\txshon\Documents\touch2s\modules\TodoApp\client\f7\less\ios\framework7.ios.colors.less Line 1: Unexpected token ILLEGAL You may need an appropriate loader to handle this file type. | @import url('mixins.less'); | @import url('colors-vars.less'); | /========================== @ ./modules/TodoApp/client/f7/js/f7.js 13:0-64 entry/server/webpack.conf.js: ./modules/TodoApp/client/f7/less/my-app.less Module parse failed: C:\Users\txshon\Documents\touch2s\modules\TodoApp\client\f7\less\my-app.less Line 4: Unexpected token { You may need an appropriate loader to handle this file type. | | / Tab bar icons */ | i.tabbar-demo-icon-1 { | width: 30px; | height: 30px; @ ./modules/TodoApp/client/f7/js/f7.js 15:0-45

=> Your application has errors. Waiting for file change.

txs avatar May 24 '16 04:05 txs

Mh, cloned from a fresh repo works for me. Please do the following:

  • switch your local node version to meteors 0.10.43 (I use this https://github.com/tj/n)
  • re-clone & npm install
  • run Otherwise I would need a repro.

D1no avatar May 24 '16 09:05 D1no

I get the ssr working by editing the webpack server config! The issue I'm having is how to run ssr in flow router now.

If you have time could you help to change the router to flow and test the ssr?

BTW if you change to flow. you have to wait the flowrouter and initial it after all the route are set up!

Thanks

2016-05-24 17:13 GMT+08:00 Dino Scheidt [email protected]:

Mh, cloned from a fresh repo works for me. Please do the following:

  • switch your local node version to meteors 0.10.43 (I use this https://github.com/tj/n)
  • re-clone & npm install
  • run Otherwise I would need a repro.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/D1no/touch2s/issues/13#issuecomment-221211322

txs avatar May 24 '16 16:05 txs

The package uses ReactRouter with SSR. I am sorry, but what you try to do with flow router is not intended by Touch2S. If you build a good implementation with ReactRouter, please make a pull request.

D1no avatar May 24 '16 17:05 D1no

Yeah trying to use reactRouter for route implimentation

2016-05-25 1:43 GMT+08:00 Dino Scheidt [email protected]:

The package uses ReactRouter with SSR. I am sorry, but what you try to do with flow router is not intended by Touch2S. If you build a good implementation with ReactRouter, please make a pull request. On Di., 24. Mai 2016 at 18:13, txs [email protected] wrote:

I get the ssr working by editing the webpack server config! The issue I'm having is how to run ssr in flow router now.

If you have time could you help to change the router to flow and test the ssr?

BTW if you change to flow. you have to wait the flowrouter and initial it after all the route are set up!

Thanks

2016-05-24 17:13 GMT+08:00 Dino Scheidt [email protected]:

Mh, cloned from a fresh repo works for me. Please do the following:

  • switch your local node version to meteors 0.10.43 (I use this https://github.com/tj/n)
  • re-clone & npm install
  • run Otherwise I would need a repro.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/D1no/touch2s/issues/13#issuecomment-221211322

— You are receiving this because you commented.

Reply to this email directly or view it on GitHub https://github.com/D1no/touch2s/issues/13#issuecomment-221323238

Send from my Smartphone. Beware spelling and grammar.

Dino Scheidt Tel.: +49 (0) 151 2265 6200 Luxemburger Str. 118 | 50939 Cologne | Germany //Connect with me via LinkedIn.dino-scheidt.de

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/D1no/touch2s/issues/13#issuecomment-221344894

txs avatar Jun 02 '16 13:06 txs