Skip to content

asaake/easy-mincer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages