This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove use strict from js files (
#3352
)
version-14
Faris Ansari
8 years ago
committed by
Rushabh Mehta
parent
4078c0e8d7
commit
d2b650838e
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
frappe/build.js
+ 2
- 0
frappe/build.js
View File
@@ -103,6 +103,8 @@ function pack(output_path, inputs, minify) {
output_txt += `\n/*\n *\t${file}\n */\n`
}
output_txt += file_content;
output_txt = output_txt.replace(/['"]use strict['"];/, '');
}
const target = p(assets_path, output_path);
Write
Preview
Loading…
Cancel
Save