-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathbuild-admin.js
More file actions
17 lines (17 loc) · 749 Bytes
/
build-admin.js
File metadata and controls
17 lines (17 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
({
paths: {
'opentype': 'bower_components/opentype.js/dist/opentype',
'require/text': 'bower_components/requirejs-text/text',
'specimenTools': 'bower_components/specimen-tools/lib',
'rangeslider': 'bower_components/rangeslider.js/dist/rangeslider',
'selectric': 'bower_components/jquery-selectric/public/jquery.selectric',
'validate': 'bower_components/jquery-validation/dist/jquery.validate',
'fontsampler': 'bower_components/jquery-fontsampler/dist/jquery.fontsampler',
'requireLib': 'bower_components/requirejs/require',
},
name: "admin/js/admin-main",
out: "admin/js/fontsampler-admin.js",
include: "requireLib",
namespace: "fs",
// optimize: "none",
})