Skip to content

Commit a862345

Browse files
author
Dmitry Berezovsky
committed
Disabled uglify
1 parent f55445a commit a862345

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ module.exports = function(grunt) {
207207
requirejs: {
208208
compile: {
209209
options: {
210-
optimize: 'uglify2',
210+
optimize: 'none',
211211
uglify2: {
212212
mangler: {
213213
toplevel: true

app/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<script type="text/javascript" src="lib/famous-polyfills/requestAnimationFrame.js"></script>
2323
<!-- endbuild -->
2424

25-
<script type="text/javascript" src="lib/underscore/underscore.js"></script>
2625
<!-- process:remove:dev -->
2726
<script type="text/javascript" src="src/main.js"></script>
2827
<!-- /process -->

0 commit comments

Comments
 (0)