aboutsummaryrefslogtreecommitdiffstats
path: root/build.config.js
diff options
context:
space:
mode:
authorNeylor Ohmaly2014-02-04 21:13:29 -0200
committerNeylor Ohmaly2014-02-04 21:13:29 -0200
commit68f2f1f0119e63890871bce7819e182152566160 (patch)
treeb33fba37dce537362ed3950751ef046e7422c282 /build.config.js
parent51f30447ed5269da0d0ebc2679984908ff899e3a (diff)
downloadnsPopover-68f2f1f0119e63890871bce7819e182152566160.tar.bz2
Created the basic popover.0.0.1
Diffstat (limited to 'build.config.js')
-rw-r--r--build.config.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/build.config.js b/build.config.js
new file mode 100644
index 0000000..5492327
--- /dev/null
+++ b/build.config.js
@@ -0,0 +1,13 @@
+/**
+ * Contains the configuration for the build process.
+ */
+module.exports = {
+ compile_dir: "bin",
+ build_dir: "build",
+
+ app_files: {
+ js: [ 'src/**/*.js', '!src/**/*.spec.js', '!src/assets/**/*.js' ],
+ jsunit: [ 'src/**/*.spec.js' ],
+ sass: 'sass/ns-popover.scss'
+ }
+}; \ No newline at end of file