updated readme.md (removed old build folder structure for *.js files)

This commit is contained in:
Exodus4D
2015-11-19 22:25:50 +01:00
parent a296eaa48e
commit 04087561da

View File

@@ -24,10 +24,6 @@ If you are looking for installation help, please check the [wiki](https://github
|-- cron.ini --> config cronjobs
|-- pathfinder.ini --> config pathfinder
|-- routes.ini --> config routes
|-- (0755) build_js --> JS build folder and source maps (minified, uglified)
|-- app --> "PATHFINDER" core files
|-- lib --> 3rd partie extension/library
|-- build.txt --> generated build summary
|-- (0755) js --> JS source files (raw)
|-- app --> "PASTHFINDER" core files (not used for production )
|-- lib --> 3rd partie extension/library (not used for production )
@@ -40,7 +36,7 @@ If you are looking for installation help, please check the [wiki](https://github
|-- css --> CSS dist/build folder (minified)
|-- fonts --> (icon)-Fonts
|-- img --> images
|-- js --> JS dist/build folder
|-- js --> JS dist/build folder and source maps (minified, uglified)
|-- templates --> templates
|-- sass --> SCSS source (not used for production )
|-- ...