bmcmahen / Subtitles

Easily create subtitles (SRT files) in your web browser.
http://subtitles.fiddleware.com
147 stars 30 forks source link

Full of syntax errors after updating meteor to 1.2 using 'meteor update' #12

Open zenny opened 8 years ago

zenny commented 8 years ago

This is what I am getting (fixed some, but seems a lot of bugs):

=> Started proxy.                             
=> Started MongoDB.                           
=> Errors prevented startup:                  

   While processing files with templating (for target web.browser):
   client/html/application_view.html:74: Reactive HTML attributes must either have a constant name or consist of a single {{helper}} providing a dictionary of names and values.  A template tag of type BLOCKOPEN is not allowed here.
   ...x' id='loop-checked' {{#if looping}} chec...
   ^
   client/html/body.html:27: Unexpected HTML close tag
   ...  {{> body}}   </div>
   ^
   client/html/help.html:17: Expected "li" end tag
   ...   </a>         </ul>       </div>       ...
   ^

   While processing files with stylus (for target web.browser):
   client/styles/fiddleware/reset.styl: Stylus compiler error: client/styles/fiddleware/reset.styl:45:27
   41| 
   42| html
   43|   font-size: 100%
   44|   -webkit-text-size-adjust: 100%
   45|       -ms-text-size-adjust: 100%
   ---------------------------------^
   46| 
   47| // Focus states
   48| a:focus

   unexpected "indent"

=> Your application has errors. Waiting for file change.
=> Modified -- restarting.                    
=> Errors prevented startup:                  

   While processing files with templating (for target web.browser):
   client/html/application_view.html:74: Reactive HTML attributes must either have a constant name or consist of a single {{helper}} providing a dictionary of names and values.  A template tag of type BLOCKOPEN is not allowed here.
   ...x' id='loop-checked' {{#if looping}} chec...
   ^
   client/html/body.html:27: Unexpected HTML close tag
   ...  {{> body}}   </div>
   ^
   client/html/help.html:17: Expected "li" end tag
   ...   </a>         </ul>       </div>       ...
   ^

   While processing files with stylus (for target web.browser):
   client/styles/fiddleware/reset.styl: Stylus compiler error: client/styles/fiddleware/reset.styl:116:21
   112| 
   113| input[type="search"] // Appearance in Safari/Chrome
   114|   -webkit-appearance: textfield
   115|   -webkit-box-sizing: content-box
   116|      -moz-box-sizing: content-box
   ----------------------------^
   117|           box-sizing: content-box
   118| 
   119| input[type="search"]::-webkit-search-decoration,

   unexpected "indent"

=> Your application has errors. Waiting for file change.
=> Modified -- restarting.                    
=> Errors prevented startup:                  

   While processing files with templating (for target web.browser):
   client/html/application_view.html:74: Reactive HTML attributes must either have a constant name or consist of a single {{helper}} providing a dictionary of names and values.  A template tag of type BLOCKOPEN is not allowed here.
   ...x' id='loop-checked' {{#if looping}} chec...
   ^
   client/html/body.html:27: Unexpected HTML close tag
   ...  {{> body}}   </div>
   ^
   client/html/help.html:17: Expected "li" end tag
   ...   </a>         </ul>       </div>       ...
   ^

   While processing files with stylus (for target web.browser):
   client/styles/fiddleware/reset.styl: Stylus compiler error: client/styles/fiddleware/reset.styl:117:21
   113| input[type="search"] // Appearance in Safari/Chrome
   114|   -webkit-appearance: textfield
   115|   -webkit-box-sizing: content-box
   116|   -moz-box-sizing: content-box
   117|           box-sizing: content-box
   ----------------------------^
   118| 
   119| input[type="search"]::-webkit-search-decoration,
   120| input[type="search"]::-webkit-search-cancel-button

   unexpected "indent"

=> Your application has errors. Waiting for file change.
=> Modified -- restarting.                    
=> Errors prevented startup:                  

   While processing files with templating (for target web.browser):
   client/html/application_view.html:74: Reactive HTML attributes must either have a constant name or consist of a single {{helper}} providing a dictionary of names and values.  A template tag of type BLOCKOPEN is not allowed here.
   ...x' id='loop-checked' {{#if looping}} chec...
   ^
   client/html/body.html:27: Unexpected HTML close tag
   ...  {{> body}}   </div>
   ^
   client/html/help.html:17: Expected "li" end tag
   ...   </a>         </ul>       </div>       ...
   ^

   While processing files with stylus (for target web.browser):
   client/styles/fiddleware/reset.styl: Stylus compiler error: client/styles/fiddleware/reset.styl:117:14
   113| input[type="search"] // Appearance in Safari/Chrome
   114|   -webkit-appearance: textfield
   115|   -webkit-box-sizing: content-box
   116|   -moz-box-sizing: content-box
   117|    box-sizing: content-box
   ---------------------^
   118| 
   119| input[type="search"]::-webkit-search-decoration,
   120| input[type="search"]::-webkit-search-cancel-button

   unexpected "indent"

=> Your application has errors. Waiting for file change.
=> Modified -- restarting.                    
=> Errors prevented startup:                  

   While processing files with templating (for target web.browser):
   client/html/application_view.html:74: Reactive HTML attributes must either have a constant name or consist of a single {{helper}} providing a dictionary of names and values.  A template tag of type BLOCKOPEN is not allowed here.
   ...x' id='loop-checked' {{#if looping}} chec...
   ^
   client/html/body.html:27: Unexpected HTML close tag
   ...  {{> body}}   </div>
   ^
   client/html/help.html:17: Expected "li" end tag
   ...   </a>         </ul>       </div>       ...
   ^

=> Your application has errors. Waiting for file change.
bmcmahen commented 8 years ago

Thanks -- This was built with a much, much older version of Meteor. Not sure if I'll ever have time to upgrade to a newer version, but would be happy to accept a PR that fixes some of these errors.

small-carbon commented 7 years ago

The same error