1.4.0 • Published 10 years ago

easy-mincer v1.4.0

Weekly downloads
1
License
MIT
Repository
-
Last release
10 years ago

easy-mincer

sudo npm install -g easy-mincer
mkdir my-project
cd my-project
sudo easy-mincer init

cd app/assets/javascripts
vi main.coffee # => class Main

easy-mincer start # => http://localhost:3000/main.coffee
sudo easy-mincer init  # create init project
sudo easy-mincer start   # start server
sudo easy-mincer compile # compile src
# easy-mincer.json
{
  "targets": ["main.js", "main.css"], # compile target file name.
  "paths": [
    "app/assets/javascripts", # mincer appendPath
    "app/assets/stylesheets"  # mincer appendPath
  ]
}
  • project-tree
    • app
      • assets
        • javascripts
        • stylesheets
        • templates
    • test
      • assets
        • javascripts
        • stylesheets
        • templates
    • dest # targets compile file
    • bower.json
    • easy-mincer.json # easy-mincer config file.
    • LICENSE
    • package.json
    • README.md
1.4.0

10 years ago

1.3.5

10 years ago

1.3.4

10 years ago

1.3.3

10 years ago

1.3.2

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.6

10 years ago

1.1.5

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago