Manos is an easy to use, easy to test, high performance web application framework that stays out of your way and makes your life ridiculously simple.
454
stars
61
forks
source link
manos --init does not create static content as described in tutorial #135
Open
zenogantner opened 12 years ago
When doing manos --init PROJECT, the Content/ directory is not created as described in page 1 of the tutorial:
Shorty/ Shorty/Content/css/handheld.css Shorty/Content/css/style.css Shorty/Content/js/plugins.js Shorty/Content/js/dd_belatedpng.js Shorty/Content/js/jquery-1.4.2.min.js Shorty/Content/js/profiling Shorty/Content/js/profiling/charts.swf Shorty/Content/js/profiling/config.js Shorty/Content/js/profiling/yahoo-profiling.css Shorty/Content/js/profiling/yahoo-profiling.min.js Shorty/Content/js/script.js Shorty/Content/js/modernizr-1.5.min.js Shorty/Shorty.cs Shorty/StaticContentModule.cs
Personally I do not mind, but I thought you may want to know this inconsistency in the documentation.