Move grunt + other stuff to root + update all tasks paths, change autoprefixer-core for autoprefixer

This commit is contained in:
Antoine Boulanger
2015-09-10 14:59:43 -04:00
parent efd5f9b8b6
commit 842efd2e00
28 changed files with 209 additions and 99 deletions

18
.editorconfig Normal file
View File

@@ -0,0 +1,18 @@
# editorconfig.org
root = true
[*]
charset = utf-8
indent_style = tab
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.json,.bowerrc]
insert_final_newline = false
[{.htaccess,.bowerrc,bower.json,package.json,component.json}]
indent_style = space
indent_size = 2