We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55445a commit a862345Copy full SHA for a862345
Gruntfile.js
@@ -207,7 +207,7 @@ module.exports = function(grunt) {
207
requirejs: {
208
compile: {
209
options: {
210
- optimize: 'uglify2',
+ optimize: 'none',
211
uglify2: {
212
mangler: {
213
toplevel: true
app/index.html
@@ -22,7 +22,6 @@
22
<script type="text/javascript" src="lib/famous-polyfills/requestAnimationFrame.js"></script>
23
<!-- endbuild -->
24
25
- <script type="text/javascript" src="lib/underscore/underscore.js"></script>
26
<!-- process:remove:dev -->
27
<script type="text/javascript" src="src/main.js"></script>
28
<!-- /process -->
0 commit comments