Skip to content

Commit

Permalink
better drafts look, tags & theur colors, to be cleaned
Browse files Browse the repository at this point in the history
  • Loading branch information
minut committed Jun 6, 2016
1 parent 3402ed5 commit 4e71013
Show file tree
Hide file tree
Showing 100 changed files with 4,633 additions and 3,997 deletions.
Empty file modified .bowerrc 100644 → 100755
Empty file.
Empty file modified .gitignore 100644 → 100755
Empty file.
Empty file modified 404.html 100644 → 100755
Empty file.
Empty file modified CNAME 100644 → 100755
Empty file.
50 changes: 26 additions & 24 deletions Gruntfile.js 100644 → 100755
Expand Up @@ -4,29 +4,31 @@ module.exports = function(grunt) {

pkg: grunt.file.readJSON('package.json'),

tree: {
options: {
// md5: boolean or number [1-32] | default: false
// format: | boolean default: false
// type: array | default: []
// recurse: boolean | default: true
// cwd: string | default: ""
// ext: object
// ext.level: boolean or number [1-N] | default: false
// ext.hyphen: string | default: "-"
// exclude: array | default: []
// uncpath: boolean | default: false
prettify: true
},
your_target: {
files: [
{
src: ['data/expo'],
dest: 'data/expo.json'
}
]
}
},
// to list files in directory into a json

// tree: {
// options: {
// // md5: boolean or number [1-32] | default: false
// // format: | boolean default: false
// // type: array | default: []
// // recurse: boolean | default: true
// // cwd: string | default: ""
// // ext: object
// // ext.level: boolean or number [1-N] | default: false
// // ext.hyphen: string | default: "-"
// // exclude: array | default: []
// // uncpath: boolean | default: false
// prettify: true
// },
// your_target: {
// files: [
// {
// src: ['data/expo'],
// dest: 'data/expo.json'
// }
// ]
// }
// },

preprocess : {
prod : {
Expand Down Expand Up @@ -273,6 +275,6 @@ module.exports = function(grunt) {
//grunt.registerTask('prod', ['ngconstant:production', 'execute','jshint','env:prod','less:prod','concat:js','concat:css','copy','strip','uglify','preprocess:prod']);

// we first set constants to prod to build, then go back to dev
grunt.registerTask('default', ['tree','ngconstant:production','jshint','env:prod','less:prod','concat:js','concat:css','copy','strip','uglify','preprocess:prod','ngconstant:development']);
grunt.registerTask('default', ['ngconstant:production','jshint','env:prod','less:prod','concat:js','concat:css','copy','strip','uglify','preprocess:prod','ngconstant:development']);

};
Empty file modified LICENSE.txt 100644 → 100755
Empty file.
Empty file modified README.md 100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion bower.json 100644 → 100755
Expand Up @@ -11,7 +11,7 @@
"animate.css": "~3.2.0",
"comma-separated-values": "~3.6.3",
"fastclick": "~1.0.6",
"font-awesome": "~4.4.0",
"font-awesome": "~4.6.3",
"hint.css": "~1.3.5",
"js-yaml": "~3.2.7",
"leaflet": "~0.7.5",
Expand Down
4 changes: 2 additions & 2 deletions build/css/font-awesome.min.css

Large diffs are not rendered by default.

0 comments on commit 4e71013

Please sign in to comment.