Sources file structure
- maxmertkit/
- mkit.json here you can change themes and sizes for every widget
- build builded version of maxmertkit
- css
-
maxmertkit.css
-
maxmertkit.min-xxxxxxxx.css minified, gzipped and revved version to clear user cache.
-
maxmertkit.min.css minified and gzipped. Use revved version to prevent users using cached css.
- js
-
maxmertkit.js
-
maxmertkit.min-xxxxxxxx.js minified, gzipped and revved version to clear user cache.
-
maxmertkit.min.js minified and gzipped. Use revved version to prevent users using cached css.
- coffee all maxmertkit coffee files
- maxmertkit.coffee
includes all main helpers using in every plugin. Prototype for all plugins.
- affix.coffee
- button.coffee
- modal.coffee
- popup.coffee
- scrollspy.coffee
- tabs.coffee
- sass all maxmertkit sass files
-
animations all animations for all widgets stores here
-
pushes only animations for pushes (not using right not)
-
...
-
common global variables, reset, init, modifiers list, mixins and utilities stores here
-
sizes usable sizes, remeber that you need to include sizes for each widget separatelly
-
themes usable themes, remeber that you need to include themes for each widget separatelly
-
widgets all widgets are here
-
_widget-name.sass import files from folder widget-name; there may be different types or parts of widget widget-name.
-
widget-name types or parts of widget widget-name
-
...
-
main.sass the only compiling file; imports all maxmertkit stuff
-
js
-
maxmertkit.js not minified maxmertkit js plugins
-
bower
-
css
-
main.css not minified css of the maxmertkit
- docs
- coffee documentation app
- ...
- contents.coffee
main menu and application contents
- css maxmertkit and developer css
- img images needed for docs
- js all js for documentation
- bower
bower libraries for documentation.
- libs
not bowered libraries for documentation.
- app.js main app.
- maxmertkit.js
- templates.js all compiled templates for docs.
- ...
- sass developer sass, only for docs.
- server server app on nodejs for docs.
- templates templates for docs
- common base templates for application
- kit all documentation templates are here; if you want to fix text errors in docs, contribute and fix them here
- 404.html
- main.html
-
test
-
todo.md all todos trough all maxmertkit js files