forked from hybrid-publishing-lab/hybrid-publishing-research
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Gruntfile.js
310 lines (279 loc) · 9.65 KB
/
Gruntfile.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
/* global module:false */
module.exports = function(grunt) {
var port = grunt.option('port') || 8080;
require('time-grunt')(grunt);
// Project configuration
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
meta: {
banner:
'/*!\n' +
' * consortium-viewer.js <%= pkg.version %> (<%= grunt.template.today("yyyy-mm-dd, HH:MM") %>)\n' +
' * https://github.com/consortium/hybrid-publishing-research\n' +
' * MIT licensed\n' +
' *\n' +
' * Copyright (c) 2015 Hybrid Publishing Consortium\n' +
' * Libraries used: \n' +
' * Copyright (c) 2010-2015 Google, Inc. http://angularjs.org\n' +
' * Copyright (c) 2011-2015 Twitter, Inc. http://getbootstrap.com\n' +
' * Copyright 2014 jQuery Foundation, http://jquery.com/\n' +
' */'
},
bowercopy: {
options: {
runBower: true,
srcPrefix: 'bower_components'
},
lib: {
options: {},
files: {
'lib/js/jquery.js': 'jquery/dist/jquery.js',
'lib/js/jquery.color.js':'jquery-color/jquery.color.js',
'lib/js/bootstrap.js': 'bootstrap/dist/js/bootstrap.js',
'lib/js/lodash.js': 'lodash/lodash.js',
'lib/js/angular.js': 'angular/angular.js',
'dist/fonts': 'bootstrap/dist/fonts/',
'lib/css/bootstrap.css': 'bootstrap/dist/css/bootstrap.css',
'tmp/bootstrap.css.map': 'bootstrap/dist/css/bootstrap.css.map'
}
}
},
jshint: {
options: {
curly: false,
eqeqeq: true,
immed: true,
latedef: true,
newcap: true,
noarg: true,
sub: true,
undef: true,
eqnull: true,
browser: true,
expr: true,
globals: {
head: false,
module: false,
console: true,
unescape: false,
define: false,
exports: false,
angular: true,
require: false,
$: false,
_: false
}
},
gruntfile: {
src: 'Gruntfile.js'
},
js_components: {
src: ['js/consortium-viewer.js' ]
}
},
concat: {
options: {
stripBanners: true
},
js: {
src: ['lib/js/angular.js', 'lib/js/jquery.js', 'lib/js/bootstrap.js', 'lib/js/lodash.js', 'lib/jquery.color.js', 'js/analytics.js', 'js/consortium-viewer.js'],
dest: 'tmp/main_tmp.js'
},
css: {
src: ['lib/css/**.css', 'css/main.css'],
dest: 'tmp/main_tmp.css'
}
},
coveralls: {
options: {
force: false
},
hundered: {
src: 'coverage-results/extra-results-*.info',
options: {
}
},
},
cssmin: {
options: {
shorthandCompacting: false,
roundingPrecision: -1,
sourceMap: true
},
target: {
files: {
'dist/css/all.min.css': ['tmp/main_tmp.css']
}
}
},
uglify: {
options: {
banner: '<%= meta.banner %>\n',
compress: true,
sourceMap: true,
mangle: false,
nameCache: 'tmp/uglify.cache'
},
js: {
files: {
'dist/js/all.min.js': ['tmp/main_tmp.js']
}
}
},
qunit: {
files: [ 'test/*.html' ]
},
gitfetch: {
task: {
options: {
all: true
}
}
},
gitreset: {
task: {
options: {
mode: 'hard',
commit: 'origin/master'
}
}
},
connect: {
server: {
options: {
port: port,
base: './dist',
livereload: 35005,
open: true
}
}
},
newer: {
options: {
cache: 'cache/'
}
},
watch: {
options: {
livereload: true
},
js: {
files: [ 'Gruntfile.js', 'js/consortium-viewer.js' ],
tasks: 'js'
},
html: {
files: [ 'dist/index.html.src'],
tasks: 'angularHtmlify'
},
css: {
files: [ 'css/main.css' ],
tasks: 'cssmin'
},
json: {
files: [ 'dist/index.json' ]
}
},
validation: {
options: {
relaxerror: [
'Bad value X-UA-Compatible for attribute http-equiv on element meta.',
'Bad value “SCHEMA.DC” for attribute “rel” on element “link”: The string “schema.dc” is not a registered keyword.',
'The Content-Type was “text/html”. Using the HTML parser.',
'Using the schema for HTML with SVG 1.1, MathML 3.0, RDFa 1.1, and ITS 2.0 support.',
'Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections.',
'Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections.',
'The “name” attribute is obsolete. Consider putting an “id” attribute on the nearest container instead.',
],
doctype: 'HTML5',
reset: true,
failHard: true
//reset: grunt.option('reset') || false,
//stoponerror: false,
},
files: {
src: [ 'dist/docs/**/*.html', '!dist/docs/_**/*.html', '!**/assets/**']
}
},
"bower-install-simple": {
prod: {
options: {
production: true
}
}
},
execute: {
options: {
// execute node with additional arguments
//args: ['docs/**/*.html', '!docs/_template*/*.html']
args:['metadata.json','validation-report.json']
},
target: {
src: ['createindex.js']
}
},
angularHtmlify: {
dist: {
files: {
'dist/index.html': 'dist/index.html.src'
}
}
},
metaparser: {
'metadata.json': ['dist/docs/**/*.html', '!dist/docs/_template*/*.html', '!**/assets/**'],
options: {
required: [
// We omit "DC" and categories in metatags. Of course they have to exist in the document i.e. "DC.title" or "DC.identifier.URL"
// Beware this is case sensitive.
'title',
'creator',
'subject',
'abstract',
'date',
'type',
'format',
'language',
'uRL',
'rights',
'contributor',
'bibliographicCitation',
'publisher',
'identifier'
]
}
}
});
grunt.event.on('watch', function(action, filepath, target) {
grunt.log.writeln(target + ': ' + filepath + ' has ' + action);
});
// Dependencies
grunt.loadNpmTasks( 'grunt-angular-htmlify' );
grunt.loadNpmTasks( 'grunt-autoprefixer' );
grunt.loadNpmTasks( 'grunt-bowercopy' );
grunt.loadNpmTasks( 'grunt-contrib-cssmin' );
grunt.loadNpmTasks( 'grunt-contrib-concat' );
grunt.loadNpmTasks( 'grunt-contrib-connect' );
grunt.loadNpmTasks( 'grunt-contrib-qunit' );
grunt.loadNpmTasks( 'grunt-contrib-jshint' );
grunt.loadNpmTasks( 'grunt-contrib-uglify' );
grunt.loadNpmTasks( 'grunt-contrib-watch' );
grunt.loadNpmTasks( 'grunt-coveralls' );
grunt.loadNpmTasks( 'grunt-w3c-html-validation' );
grunt.loadNpmTasks( 'grunt-execute' );
grunt.loadNpmTasks( 'grunt-metaparser' );
grunt.loadNpmTasks( 'grunt-git' );
grunt.loadNpmTasks( 'grunt-newer' );
// Default task
grunt.registerTask( 'default', [ 'build', 'index', 'angularHtmlify' ] );
// Building bricks
grunt.registerTask( 'depbuild', [ 'bowercopy', 'newer:jshint', 'newer:qunit', 'newer:concat', 'newer:cssmin', 'newer:uglify', 'qunit' ] );
// git fetch and rebase
grunt.registerTask( 'upgrade', [ 'gitfetch', 'gitreset', 'build', 'index' ] );
// Build
grunt.registerTask( 'build', [ 'depbuild' ] );
// Indexing
grunt.registerTask( 'index', [ 'validation', 'metaparser', 'execute' ] );
// Run tests
grunt.registerTask( 'test', [ 'jshint', 'qunit', 'validation' ] );
// Serve presentation locally
grunt.registerTask( 'serve', [ 'connect', 'watch'] );
};