Faris Ansari
c07944c2c4
fix(rollup): Use terser instead of uglify
6 年前
Faris Ansari
582863e5bb
fix: Revert backslash in templates
6 年前
Faris Ansari
06bc50b862
feat: Full Width Container
Persistent using localStorage since container width should be per device
6 年前
Suraj Shetty
1b48f6e6df
revert: fix(build): Disable spread transpilation
This reverts commit 7fee2c42f3
.
6 年前
Suraj Shetty
7fee2c42f3
fix(build): Disable spread transpilation
- https://github.com/bublejs/buble/issues/81
6 年前
Mangesh-Khairnar
37f28685aa
fix: display js rebuilding logs in bench watch
6 年前
Faris Ansari
cd22dd91d3
fix(rollup): endsWith check for .js and .vue files
JS files didn't pass the endsWith check and were not logged in console.
6 年前
Faris Ansari
41fafd8b5e
fix: Linting
6 年前
Faris Ansari
2f58c4b437
style: Missing semicolon
6 年前
Faris Ansari
698bf208ab
fix: Common scss options for theme generator and rollup scss
6 年前
Faris Ansari
60dd8e0c83
fix: Update rollup and postcss plugin
6 年前
Prateeksha Singh
9f2d7a2f42
fix(Vue): route from node_modules
- also remove Module Icons
- padding lessening
6 年前
Faris Ansari
a7613c174e
fix: Fail bench build in CI environment
6 年前
Faris Ansari
d1c5c263b5
fix(Quill): Use a local copy of quill-mention
quill-mention's distribution copy is built with webpack
so it doesn't work with rollup
6 年前
Faris Ansari
6316917274
fix(rollup): Add message to indicate addition of new dependency
6 年前
Charles-Henri Decultot
98abda32b4
[Enhancement] Event timeline ( #6133 )
* Events in timeline wip
* Events in timeline
* Permission issue + split buttons between Frappe and ERPNext
* Add string type check
* Codacy corrections
* Permission issue
* Test and feedback corrections
* Codacy corrections
* Tests and codacy corrections
* Codacy correction
* Py3 correction
* Travis correction
* Py3 corrections"
* Travis and codacy corrections
* Removed space
* Add check for the removal of new lines
* Codacy rollup watch missing semicolon
6 年前
Faris Ansari
10534276e5
Quill editor ( #6159 )
* feat(Text Editor): Quill Editor
* fix: Add imageDrop module
- prevent default events
* refactor(Comment): Comment is now frappe control
- Use quill's bubble theme for comment control
* feat: Support @mentions in comment area
- Uses quill-mention package
* fix: Use setContents to fix autofocus bug
* fix: Spaces to Tabs
* fix: Missing semicolon
* fix: Fix style
* fix: Remove all of summernote
- Remove comment.js (use fieldtype: 'Comment')
- Add quill styles to webform.css
* fix: Replace color/background with indent/outdent
6 年前
Nabin Hait
b4c063e96c
fix(syntax): rollup config
6 年前
Faris Ansari
91d3731a60
feat(rollup): Ability to import assets from any app
To import a js file from the frappe app into any app
```
import 'frappe/public/js/frappe/ui/comment.js';
```
6 年前
Faris Ansari
86ff0851a0
style: fix linting issues ( #6026 )
6 年前
Prateeksha Singh
2b672d2ee7
Add Vue Support ( #6025 )
* [frappe][build] Add Vue
* chore(rollup): add node_modules path for all apps
- also remove rollup-plugin-alias
* feat: Add EventEmitter
Usage:
```
frappe.utils.make_event_emitter(obj);
obj.trigger('event');
obj.on('event', fn);
```
* chore: Update rollup
* fix: add comment_when to frappe.datetime
* feat: Add img-loading class
* feat: Add .vue files for translation extraction
* [frappe][build] Add Vue
* chore(rollup): add node_modules path for all apps
- also remove rollup-plugin-alias
* feat: Add EventEmitter
Usage:
```
frappe.utils.make_event_emitter(obj);
obj.trigger('event');
obj.on('event', fn);
```
* chore: Update rollup
* fix: add comment_when to frappe.datetime
* feat: Add img-loading class
6 年前
Faris Ansari
b3249fd23a
feat(build): Log build errors in browser console ( #5932 )
6 年前
Faris Ansari
32b4977596
Create a moment bundle and include it in webform
7 年前
Faris Ansari
0b44529dc9
Moment ( #5808 )
- Add npm packages
- Add moment builds in frappe-web
- Remove import statements to avoid duplicate loading of moment
7 年前
Faris Ansari
a70d56fd04
Website related fixes ( #5660 )
* bench build --app app_name
* Use highlight.js as npm package
* Add fenced-code-blocks to markdown compiler
* Support for next-prev links
7 年前
Faris Ansari
00ebc34d39
[build] Don't minify css files if they are part of project ( #5405 )
- fixes the email.css problem
7 年前
Faris Ansari
5a4334a35a
Add error logs in rollup watch ( #5385 )
* Add error logs in rollup watch
* Show frame when it is available
7 年前
Faris Ansari
6dfa272d62
Rollup error logs ( #5289 )
* Log errors in rollup build
* fix codacy
7 年前
Faris Ansari
9f5a129333
Rollup Fixes ( #5232 )
- Use PostCSS instead of Less plugin
- Fixes CSS append problem
- Show which css file changed instead of rollup.manifest.css
- Minify CSS in production
- Cannot import less/css files in js files, put them in build.json
- Let's avoid major changes in Frappe Framework now :)
7 年前
Faris Ansari
d5eb0deebf
Exclude libs.min.js from rollup build ( #5118 )
7 年前
Faris Ansari
55e5b473d0
Better messages for build commands ( #5117 )
* Better rollup messages in console
* Remove 'docs folder not found' warning
* Show production message
* fix codacy
7 年前