-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjammit.conf
48 lines (41 loc) · 1.1 KB
/
jammit.conf
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
// http_path: "../"
http_path: "http://localhost:8080/healthways/",
css_dir: "css",
sass_dir: "scss",
images_dir: "images",
javascript_config: {
directory: "js",
compressed: true,
destination: "test.js",
append_jst: true,
files: [
"jquery.js",
"main.js"
]
},
css_config: {
directory: "css",
compressed: true,
destination: "test.js",
append_jst: true,
files: [
"jquery.js",
"main.js"
]
},
html_config: {
compressed: true,
destination: "test.js",
append_jst: true,
files: [
"jquery.js",
"main.js"
]
},
/*
# Files not to be copied over by the script to the publish directory
*/
//file.default.exclude = .gitignore, .project, .settings, README.markdown, README.md, **/.git/**, **/.svn/**, ${dir.test}/**, ${dir.demo}/**, ${dir.intermediate}/**, ${dir.publish}/**, ${dir.build}/**, **/nbproject/**, *.komodoproject, **/.komodotools/**, **/dwsync.xml, **_notes, **/.hg/**, **/.idea/**
// Declare the file.exclude property in your project.properties file if you want to exclude files / folders you have added
// Note: you cannot declare an empty file.exclude property
monitor_interval: 1000