Code Monkey home page Code Monkey logo

Comments (9)

nicholasalanbrown avatar nicholasalanbrown commented on June 25, 2024

+1 for this. I write in pure JS, but this is so awesome I'm almost tempted to learn CoffeeScript just to use it.

Any way to get a pure JS version?

from meteor-starter.

 avatar commented on June 25, 2024

+1

from meteor-starter.

djbf avatar djbf commented on June 25, 2024

exactly what @nicholasalanbrown said! super nice work.

from meteor-starter.

yogiben avatar yogiben commented on June 25, 2024

This would almost certainly be a fork and not maintained by me. I prefer coffeescript in a big way.

I'd be happy to help someone who wants to take the lead.

from meteor-starter.

MauriSalazar avatar MauriSalazar commented on June 25, 2024

@nicholasalanbrown @djbf @latitudehopper @Dascrilla

I did a fork and used js2.coffee compiler to get vanilla javascript.

The project seems to be working fine, I'll need to review the syntax of those generated .js files.

https://github.com/MauriSalazar/meteor-starter

from meteor-starter.

fjaguero avatar fjaguero commented on June 25, 2024

Yes, please. I always feel like this when this happen.

from meteor-starter.

srault95 avatar srault95 commented on June 25, 2024

Convert to js

  git clone https://github.com/yogiben/meteor-starter.git

  npm install -g coffee-script

  find meteor-starter -name "*.coffee" -exec coffee -b --no-header -c {} \;

  # Replace .coffee in all package.js
  find meteor-starter -name "package.js" -exec sed -i 's/\.coffee/\.js/' {} \;

  # Backup coffee file to coffee.save
  for i in `find meteor-starter -name "*.coffee"`; do mv $i $i.save; done
  # OR delete
  for i in `find meteor-starter -name "*.coffee"`; do rm -f $i; done

from meteor-starter.

nicholasalanbrown avatar nicholasalanbrown commented on June 25, 2024

@yogiben after looking deeper into the efficiencies of a JavaScript workflow, you've totally converted me. I'm using you're original repo now. Good thing I didn't get too far into this project :-)

from meteor-starter.

yogiben avatar yogiben commented on June 25, 2024

@nicholasalanbrown haha great to hear!

from meteor-starter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.