Maybe, need to add index.haml, css/main.sass and js/jquery.js?
New command:
tau new projectname -parameters
Tau will make directory tree and files by default excluding files mentioned in the parameters.
For example:
tau new projectname -jquery
Return for me directory tree and files by default except js/jquery.js.
Or so:
tau new projectname -jquery -css
Return for me directory tree and files by default except js/jquery.js and css/main.sass.
Important
All default files contain default code. Eg, css/main.css containing reset stylesheet...
Maybe, need to add index.haml, css/main.sass and js/jquery.js?
New command:
tau new projectname -parametersTau will make directory tree and files by default excluding files mentioned in the parameters.
For example:
tau new projectname -jqueryReturn for me directory tree and files by default except js/jquery.js.
Or so:
tau new projectname -jquery -cssReturn for me directory tree and files by default except js/jquery.js and css/main.sass.
Important
All default files contain default code. Eg, css/main.css containing reset stylesheet...