Last active
August 29, 2015 14:25
-
-
Save tiagones/744d7df9394b98f5e999 to your computer and use it in GitHub Desktop.
Projeto Sublime Text
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"folders": | |
[ | |
{ | |
"path": "app/design/frontend/default/dhcpv5", | |
"name": "app/design/frontend/default/dhcpv5" | |
}, | |
{ | |
"path": "skin/frontend/default/dhcpv5", | |
"name": "skin/frontend/default/dhcpv5" | |
}, | |
{ | |
"path": "/", | |
"name": "raíz", | |
"folder_exclude_patterns": [ | |
"app", | |
"downloader", | |
"errors", | |
"includes", | |
"js", | |
"lib", | |
"media", | |
"node_modules", | |
"pkginfo", | |
"shell", | |
"skin", | |
"var" | |
], | |
"file_exclude_patterns": [ | |
"*.sample", | |
"*.sh", | |
"*.sublime-project", | |
"*.sublime-workspace", | |
"*.ico", | |
"api.php", | |
"cron.php", | |
"get.php", | |
"index.php", | |
"install.php", | |
"LICENSE.html", | |
"LICENSE.txt", | |
"LICENSE_AFL.txt", | |
"mage", | |
"RELEASE_NOTES.txt" | |
] | |
} | |
], | |
"settings": | |
{ | |
"tab_size": 4, | |
"less2css": | |
{ | |
"lessBaseDir": "C:\\xampp\\htdocs\\dhcp\\skin\\frontend\\default\\dhcpv5\\less", | |
"outputDir": "C:\\xampp\\htdocs\\dhcp\\skin\\frontend\\default\\dhcpv5\\css", | |
"autoCompile": true, | |
"minify": false, | |
"main_file": "styles.less" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment