Cleanup project root

This commit is contained in:
jdescottes
2014-03-16 21:15:34 +01:00
parent 50e7d05764
commit 87574a2b30
204 changed files with 29 additions and 245 deletions

16
src/piskel-style-list.js Normal file
View File

@ -0,0 +1,16 @@
// This list is used both by the grunt build and index.html (in debug mode)
exports.styles = [
"css/reset.css",
"css/style.css",
"css/forms.css",
"css/settings.css",
"css/tools.css",
"css/cheatsheet.css",
"css/spectrum/spectrum.css",
"css/spectrum/spectrum-overrides.css",
"css/bootstrap/bootstrap.css",
"css/bootstrap/bootstrap-tooltip-custom.css",
"css/preview-film-section.css",
"css/minimap.css"
];