Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grains
grains-web
Commits
493a3ddd
Commit
493a3ddd
authored
May 15, 2017
by
Jens-Christian Fischer
Browse files
Revert back to single JS file for now
parent
1dc870b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
brunch-config.js
View file @
493a3ddd
...
...
@@ -2,16 +2,19 @@ exports.config = {
// See http://brunch.io/#documentation for docs.
files
:
{
javascripts
:
{
joinTo
:
{
'
js/app.js
'
:
[
/^
(?!
node_modules
\/
p5
)
/
,
/^
(?!
node_modules
\/
osc
)
/
,
/
(?!
presencesketch.js$
)
/
],
'
js/myp5.js
'
:
[
/^
(
node_modules
\/
p5
)
/
,
/^
(
node_modules
\/
osc
)
/
,
/presencesketch.js$/
]
}
joinTo
:
'
js/app.js
'
,
// {
// 'js/app.js' : [/^(?!node_modules\/p5)/,
// /^(?!node_modules\/osc)/,
// /(?!presencesketch.js$)/
// ],
// 'js/myp5.js' : [/^(node_modules\/p5)/,
// /^(node_modules\/osc)/,
// /presencesketch.js$/
// ]
// }
// To use a separate vendor.js bundle, specify two files path
// http://brunch.io/docs/config#-files-
...
...
mix.exs
View file @
493a3ddd
...
...
@@ -3,7 +3,7 @@ defmodule Grains.Mixfile do
def
project
do
[
app:
:grains
,
version:
"0.0.6
0
"
,
version:
"0.0.6
1
"
,
elixir:
"~> 1.2"
,
elixirc_paths:
elixirc_paths
(
Mix
.
env
),
compilers:
[
:phoenix
,
:gettext
]
++
Mix
.
compilers
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment