Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MUR Drupal
d3-library
Commits
249c01e0
Commit
249c01e0
authored
Nov 11, 2013
by
Mike Bostock
Browse files
Update smash; fixes #1626.
parent
87acef2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
249c01e0
...
...
@@ -24,7 +24,7 @@ src/time/format-localized.js: bin/locale src/time/format-locale.js
src/start.js
:
package.json bin/start
bin/start
>
$@
d3.js
:
$(shell node_modules/.bin/smash --list src/d3.js) package.json
d3.js
:
$(shell node_modules/.bin/smash
--ignore-missing
--list src/d3.js) package.json
@
rm
-f
$@
node_modules/.bin/smash src/d3.js | node_modules/.bin/uglifyjs -
-b
indent-level
=
2
-o
$@
@
chmod
a-w
$@
...
...
package.json
View file @
249c01e0
...
...
@@ -37,7 +37,7 @@
"
jsdom
"
:
"
0.5.7
"
},
"devDependencies"
:
{
"
smash
"
:
"
0.0.1
1
"
,
"
smash
"
:
"
~
0.0.1
2
"
,
"
uglify-js
"
:
"
2.4.0
"
,
"
vows
"
:
"
0.7.0
"
},
...
...
Write
Preview
Supports
Markdown
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